feat: queue asyncio.Task
(s) consumers supervision or handle broad except
#476
Labels
asyncio.Task
(s) consumers supervision or handle broad except
#476
Related to issue #475:
These tasks are critical for core functionality so, they shouldn't crash and gets finished. Ideally, there should be a handle broad exc support here while logging the traceback and/or supervision of the task (trying to be as reliable with what's possible in Python land)
The text was updated successfully, but these errors were encountered: