Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 2b5aa85

Browse files
committed
celery worker warning patch revert
1 parent 6c6b2e0 commit 2b5aa85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ else
1212
fi
1313

1414
# Define a common command prefix
15-
WORKER_CMD="celery --quiet -A run_celery.notify_celery worker --logfile=/dev/null --concurrency=$CONCURRENCY --uid=notify"
15+
WORKER_CMD="celery --quiet -A run_celery.notify_celery worker --logfile=/dev/null --concurrency=$CONCURRENCY"
1616
COMMON_CMD="$WORKER_CMD -Q"
1717

1818
if [ "$1" == "worker" ]

0 commit comments

Comments
 (0)