Skip to content

Commit

Permalink
Merge pull request #852 from readthedocs/davidfischer/priority-queue
Browse files Browse the repository at this point in the history
Add a new priority queue
  • Loading branch information
davidfischer committed Mar 22, 2024
2 parents ce2cf7e + 3fa100e commit ffdb86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/django/celery/worker/start
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -o errexit
set -o nounset


celery -A config.celery_app worker -l INFO -Q celery,analyzer -c 1
celery -A config.celery_app worker -l INFO -Q celery,analyzer,priority -c 1

0 comments on commit ffdb86e

Please sign in to comment.