https://github.com/daedalus/test_celery
Celery rabbitmq testing
https://github.com/daedalus/test_celery
celery rabbitmq
Last synced: over 1 year ago
JSON representation
Celery rabbitmq testing
- Host: GitHub
- URL: https://github.com/daedalus/test_celery
- Owner: daedalus
- Created: 2019-08-20T01:59:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T21:12:11.000Z (over 2 years ago)
- Last Synced: 2023-11-27T22:26:38.668Z (over 2 years ago)
- Topics: celery, rabbitmq
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test_celery
Celery rabbitmq testing
#### First clone the repo
git clone https://github.com/daedalus/test_celery
#### In a separate terminal
python3 /usr/local/bin/celery -A test_celery worker --loglevel=info
#### In another terminal
python3 -m test_celery.run_tasks
#### Again
python3 /usr/local/bin/celery flower -A test_celery