Skip to content

PrithviAngitila/TaskQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the following commands to start celery application
redis-server
celery -A tasks worker -n simple_worker --loglevel=info
celery -A tasks flower --port=5050
finally simulae the tasks by running python run_chain_tasks.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages