Celery loses 8% of your tasks by default. Here's the reliability layer I built to fix that.
Celery is one of the most widely deployed task queue systems in Python. It is also, by default, a system that silently loses approximately 8% of your tasks the moment a worker crashes.
This is not a b
koladefaj.hashnode.dev9 min read