Commit ac19c518 by Renzo Lucioni

Specify queue to consume at worker startup

parent 13560b50
...@@ -19,7 +19,7 @@ requirements: ...@@ -19,7 +19,7 @@ requirements:
pip install -qr requirements/local.txt --exists-action w pip install -qr requirements/local.txt --exists-action w
worker: worker:
celery -A ecommerce_worker worker --app=$(PACKAGE).celery_app:app --loglevel=info celery -A ecommerce_worker worker --app=$(PACKAGE).celery_app:app --loglevel=info --queue=fulfillment
test: test:
WORKER_CONFIGURATION_MODULE=ecommerce_worker.configuration.test nosetests \ WORKER_CONFIGURATION_MODULE=ecommerce_worker.configuration.test nosetests \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment