Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 256 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 256 Bytes

celery_test

Celery worker hang test.

To run:

  • have RabbitMQ running locally on port 5672
  • from the Python shell:

import tasks; tasks.enqueue_tasks(); exit()

  • run celery -A tasks worker --without-gossip --without-mingle -Q celery_test