An open API service indexing awesome lists of open source software.

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

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