Skip to content

Commit

Permalink
Squash 2041 - Try to add exec back to celery run script so shutdown l…
Browse files Browse the repository at this point in the history
…ogs appear
  • Loading branch information
MackHalliday committed Nov 21, 2024
1 parent 7295bf9 commit 5b49d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_celery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -e

# Necessary to run as exec so the PID is transferred to Celery for the `SIGTERM` sent from ECS
ddtrace-run celery -A run_celery.notify_celery worker --pidfile="/tmp/celery.pid" --loglevel=INFO --concurrency=16
exec ddtrace-run celery -A run_celery.notify_celery worker --pidfile="/tmp/celery.pid" --loglevel=INFO --concurrency=16

0 comments on commit 5b49d6a

Please sign in to comment.