Celery Tutorials

Kostja Palović

Celery Flower: Monitoring, Setup, and Production Deployment

Complete guide to Celery Flower monitoring tool: run it with Docker Compose, add basic auth, configure nginx reverse proxy, integrate Prometheus metrics, and deploy to production.

Read more →
Kostja Palović

Django Celery Tutorial: Background Tasks, Beat Scheduler, and Retries

Complete Django Celery tutorial: install Celery with Redis, create background tasks, configure Celery Beat for scheduling, add retry logic, and monitor with Flower.

Read more →
Kostja Palović

Celery Chord and Groups: Complete Guide with Error Handling

Master Celery chord and group for parallel Django tasks. Covers chain vs chord, error callbacks with link_error, chord_unlock behavior, and working code examples.

Read more →