#celery

[ follow ]
Pycoders
2 months ago
Python

PyCoder's Weekly | Issue #620

Learn about setting up a CI/CD pipeline with Github Actions for Python projects
Understand how to integrate Celery and Django using Redis as a message broker [ more ]
Realpython
2 months ago
Python

Creating Asynchronous Tasks With Celery and Django - Real Python

Celery helps offload time-intensive tasks from your Django app to ensure a smoother user experience.
The video course covers effective use cases, differences between Celery beat and workers, integration with Redis, setting up asynchronous tasks, and refactoring Django code. [ more ]
[ Load more ]