Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 232 Bytes

readme.md

File metadata and controls

19 lines (11 loc) · 232 Bytes

how to run

the demo is based on celery and rabbit-mq.

  1. run worker
celery worker -A celery_worker -l INFO --concurrency=1

we can also run multi-workers at multi-servers.

  1. run sender
python celery_sender