Skip to content

Commit

Permalink
Merge pull request #1611 from jlqfab/reduce_gunicorn_workers_from_3_e…
Browse files Browse the repository at this point in the history
…ach_to_2_each

reduce gunicorn workers from 3 each to 2 each
  • Loading branch information
cat-bro authored Oct 31, 2023
2 parents 75e2b34 + 74b520b commit 83913e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host_vars/galaxy.usegalaxy.org.au.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ host_galaxy_config_gravity:
virtualenv: "{{ galaxy_venv_dir }}"
gunicorn:
- bind: unix:{{ galaxy_mutable_config_dir }}/gunicorn1.sock
workers: 3
workers: 2
# Other options that will be passed to gunicorn
extra_args: '--forwarded-allow-ips="*"'
timeout: 600
Expand All @@ -109,7 +109,7 @@ host_galaxy_config_gravity:
SINGULARITY_CACHEDIR: "{{ galaxy_user_singularity_cachedir }}"
SINGULARITY_TMPDIR: "{{ galaxy_user_singularity_tmpdir }}"
- bind: unix:{{ galaxy_mutable_config_dir }}/gunicorn2.sock
workers: 3
workers: 2
# Other options that will be passed to gunicorn
extra_args: '--forwarded-allow-ips="*"'
timeout: 600
Expand Down

0 comments on commit 83913e2

Please sign in to comment.