Skip to content

Commit b0595b3

Browse files
authored
Merge pull request #2158 from domgz/galaxy_systemd_celery_internal_max_tasks
Increase amount of tasks run before recycling Celery workers to 250k
2 parents 6458abc + d2396dc commit b0595b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

group_vars/celerycluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ autofs_mount_points:
4040
# SystemD
4141
galaxy_systemd_mode: ""
4242
galaxy_systemd_celery: true
43-
galaxy_systemd_celery_internal_max_tasks: 10000
43+
galaxy_systemd_celery_internal_max_tasks: 250000
4444
galaxy_systemd_celery_beat_schedule_path: "/opt/galaxy/celery/celery-beat-schedule"
4545
galaxy_systemd_watchdog: true
4646
galaxy_systemd_celery_env: "GALAXY_DROPBOX_APP_CLIENT_ID={{ dropbox_app_client_id }} GALAXY_DROPBOX_APP_CLIENT_SECRET={{ dropbox_app_client_secret }} GALAXY_GOOGLE_DRIVE_APP_CLIENT_ID={{ google_drive_oauth_client_id }} GALAXY_GOOGLE_DRIVE_APP_CLIENT_SECRET={{ google_drive_oauth_client_secret }}"

0 commit comments

Comments
 (0)