Celery loses 8% of your tasks by default. Here's the reliability layer I built to fix that.
5d ago · 9 min read · 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
Join discussion