We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fc95a commit f358a68Copy full SHA for f358a68
entrypoint-celery.sh
@@ -17,5 +17,5 @@ if [ ! -z $CELERY_BEAT_SEPARATELY ]; then
17
# run celery worker & scheduler at the same time
18
# NOTE: this isn't advised since the scheduler could be potentially running multiple/simultaneous times creating duplicate tasks
19
else
20
- su $(id -un ${RUN_AS_UID}) -c "/env/bin/celery -A nefarious worker --concurrency ${NUM_CELERY_WORKERS:-0} --beat --loglevel=INFO"
+ su $(id -un ${RUN_AS_UID}) -c "/env/bin/celery -A nefarious worker --concurrency ${NUM_CELERY_WORKERS:-0} --beat --pidfile= --loglevel=INFO"
21
fi
0 commit comments