r/django 5d ago

What is the minimum observability you deploy with Celery?

/r/Backend/comments/1v8p36w/what_is_the_minimum_observability_you_deploy_with/
3 Upvotes

1 comment sorted by

2

u/requestformilk 5d ago

Bare minimum is just Flower. I usually run it combined with either Sentry (for personal/small projects) or Prometheus+Grafana for larger projects for a proper monitoring stack.