Skip to content

Example project where celery is used to create random users using worker process, the message broker(RabbitMQ) & message queue.

Notifications You must be signed in to change notification settings

joshidivanshu/Celery-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celery Example Project

Running on Local Machine

git clone https://github.com/joshidivanshu/Celery-Example
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

To run celery workers

celery -A mysite worker -l info

To run & install RabbitMQ using Docker

docker run rabbitmq

Project Snapshots

Screenshot from 2021-05-24 15-15-58 Screenshot from 2021-05-24 15-16-03 Screenshot from 2021-05-24 15-16-14

About

Example project where celery is used to create random users using worker process, the message broker(RabbitMQ) & message queue.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published