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
It seems there are two issues that make exceptions while multiprocessing annoying. The first is that you need to use map_async with a timeout instead of map in order to get an immediate response (i.e., don't finish processing the entire list). The second is that multiprocessing doesn't catch exceptions that don't inherit from Exception (e.g., SystemExit).
When I send interrupt signal with
Ctrl+C
CLI shows a lot of errors with stacktraces but doesn't stop.The text was updated successfully, but these errors were encountered: