Skip to content

Commit

Permalink
conf: fix supervisord chunk worker template (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleesc authored Apr 19, 2022
1 parent a9e1b71 commit a07ba48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/supervisord.conf.jnj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ environment=
command={% if hotreload -%}
gunicorn --timeout=600 -b 'unix:/tmp/chunkcleanupworker.sock' -c %(ENV_QUAYCONF)s/gunicorn_worker.py 'workers.chunkcleanupworker:create_gunicorn_worker()'
{% else -%}
command=python -m workers.chunkcleanupworker
python -m workers.chunkcleanupworker
{% endif -%}
autostart = {{ config['chunkcleanupworker']['autostart'] }}
stdout_events_enabled = true
Expand Down

0 comments on commit a07ba48

Please sign in to comment.