Justin Thurman
Today I Learned

Today I Learned

Follow
Justin Thurman

Justin Thurman

I am a software engineer at Bevy, doing primarily back end work in Django. If you want to learn more about me, check out my portfolio.

How to add context to Celery WorkerLostError logs

Feb 19, 2022286 views

For a while now, we've had semi-frequent WorkerLostErrors on one of our Celery queues. These can happen for a few reasons, but one of the most common...

How to add context to Celery WorkerLostError logs
About CaptureQueriesContext
About the _ Variable in Python
About tree traversal options in Django, and how I evaluate third-party libraries
About Modifying Request in Middleware
About Finite-State Machines in Django