Skip to content

Commit

Permalink
Merge pull request #5029 from open-formulieren/feature/simplify-celer…
Browse files Browse the repository at this point in the history
…y-scripts

🔥 Remove unused celery command line args
  • Loading branch information
sergei-maertens authored Jan 22, 2025
2 parents dfc4ef6 + 232e289 commit 19a3c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/celery_worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -e
LOGLEVEL=${CELERY_LOGLEVEL:-INFO}
CONCURRENCY=${CELERY_WORKER_CONCURRENCY:-1}

QUEUE=${1:-${CELERY_WORKER_QUEUE:=celery}}
WORKER_NAME=${2:-${CELERY_WORKER_NAME:="${QUEUE}"@%n}}
QUEUE=${CELERY_WORKER_QUEUE:=celery}
WORKER_NAME=${CELERY_WORKER_NAME:="${QUEUE}"@%n}

_binary=$(which celery)

Expand Down

0 comments on commit 19a3c8a

Please sign in to comment.