Commit fec0f3cf by Renzo Lucioni

Merge pull request #9 from edx/renzo/process-named-queue

Specify queue to consume at worker startup
parents 13560b50 ac19c518
......@@ -19,7 +19,7 @@ requirements:
pip install -qr requirements/local.txt --exists-action w
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:
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