8000 GitHub - randreev1321/django-celery: Example of how to handle background processes with Django, Celery, and Docker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

randreev1321/django-celery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asynchronous Tasks with Django and Celery

Example of how to handle background processes with Django, Celery, and Docker.

Want to learn how to build this?

Check out the post.

Want to use this project?

Spin up the containers:

$ docker-compose up -d --build

Open your browser to http://localhost:1337 to view the app or to http://localhost:5555 to view the Flower dashboard.

Trigger a new task:

$ curl -F type=0 http://localhost:1337/tasks/

Check the status:

$ curl http://localhost:1337/tasks/<TASK_ID>/

About

Example of how to handle background processes with Django, Celery, and Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.3%
  • HTML 15.4%
  • JavaScript 7.1%
  • Dockerfile 5.5%
  • Shell 1.1%
  • CSS 0.6%
0