Running Async Python Inside Celery Is Harder Than You Think
Why asyncio.run() breaks, why prefork workers complicate everything, and how persistent event loops solve the problem.
Jun 22, 202611 min read2
Search for a command to run...
Articles tagged with #celery
Why asyncio.run() breaks, why prefork workers complicate everything, and how persistent event loops solve the problem.
A deep dive into the Phoenix Pattern, fence tokens, and what it took to get 100% task delivery under worker crashes.