Unverified Commit e261e0b5 by Kevin Falcone Committed by GitHub

Merge pull request #4651 from edx/jibsheet/exec-worker

Exec so that bash is replaced by celery
parents a8ea0248 f65b4a40
......@@ -15,4 +15,5 @@ fi
{% set executable = edxapp_venv_bin + '/python' %}
{% endif %}
{{ executable }} {{ edxapp_code_dir }}/manage.py $@
# We exec so that celery is the child of supervisor and can be managed properly
exec {{ executable }} {{ edxapp_code_dir }}/manage.py $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment