Skip to content

Commit

Permalink
🔥 [maykinmedia/charts#165] Remove unused command line args
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Jan 22, 2025
1 parent b2814d7 commit 6e4da10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/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}

echo "Starting celery worker $WORKER_NAME with queue $QUEUE"
exec celery --workdir src --app openarchiefbeheer.celery worker \
Expand Down

0 comments on commit 6e4da10

Please sign in to comment.