async/await integration with Celery is always a bit of a dance, so props for including that.
I wrote a practical guide to Celery, a distributed task queue for Python. It starts with the basics and then covers recipes for timeouts, retries, async/await integration, and more. Most of these recipes came from problems I ran into while using Celery in actual projects. No prior knowledge of Celery is required.
I'd really appreciate any feedback!
async/await integration with Celery is always a bit of a dance, so props for including that.