Skip to content

Commit

Permalink
fix celery
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Jan 27, 2025
1 parent e72614a commit c125315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dyno/celeryworker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ done
wait

newrelic-admin run-program bin/start-pgbouncer \
celery -A breathecode.celery worker --loglevel=$LOG_LEVEL \
python -m celery -A breathecode.celery worker --loglevel=$LOG_LEVEL \
--prefetch-multiplier=$CELERY_PREFETCH_MULTIPLIER --pool=$CELERY_POOL \
$SCALING

0 comments on commit c125315

Please sign in to comment.