Tin Tvrtković
Tin Tvrtković
I'm trying to investigate a pod-scoped event that I know occurred at around time T. (In my case it's an asyncio event loop stall but it could have been a...
# Bug report ### Bug description: While trying to test cattrs on 3.14 I ran into this issue. Here's a simple reproducer that passes on 3.13, but doesn't on 3.14....
Right now, if I understand this correctly, a single celery worker process acts as a single pool of processes/threads/green threads listening on 1+ queues. How about allowing per queue (or...