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

https://github.com/fanqingsong/distributed_computing_on_celery

give a runnable demostration to help understanding distributed computing runner concept.
https://github.com/fanqingsong/distributed_computing_on_celery

celery

Last synced: 3 months ago
JSON representation

give a runnable demostration to help understanding distributed computing runner concept.

Awesome Lists containing this project

README

        

# celery_running

give a runnable demostration to help understanding distributing tasks runner concept.

# prerequisite

install rabbitMQ, reference : https://www.cnblogs.com/lightsong/p/10714091.html
and assure RabbitMQ is running

# install & run
#install dependency
pipenv install

#run tasks proccess
pipenv run celery -A tasks worker --loglevel=info -P eventlet

# run producer
pipenv run python taskscaller.py