Skip to content

govindsharma7/celery-example

 
 

Repository files navigation

Install RabbitMQ

Install Celery and project and run the Celery worker

$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ cd myproj
$ celery worker --app=myproj -l info

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%