Skip to content

drreddy/Torando-Celery-Tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tornado Celery Queuing App

This is just a test app implementing a queuing service using Celery (Using AMQP) and Python Tornado. In addition to the above tornado-celery was used to connect tornado and celery.

Note: To run this app locally you need to have install amqp (messaging)

Local Installation & Running

git clone git@github.com:drreddy/Torando-Celery-Tasks.git
cd Torando-Celery-Tasks
pip install -r requirements.txt
celery -A tasks worker --loglevel=info
python server.py

About

Tornado Celery Queuing App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published