You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 3, 2025. It is now read-only.
There seems to be an error with WorkerPool functions (as well as potentially other locations) wherein some of these methods as called by the ClientIOHandler may fail without putting anything to terminal. For instance, adding assert False to WorkerPool.register_agent causes tasks to stop being assigned without anything showing in the logs or terminal. This makes debugging very difficult, and means we may have been silencing other errors.
Current theory
Best guess is that the issue has to do with LoopWrapper.execute_coro method not pulling the exception details when the routines finish.