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
I've set up a pyiron table with the InteractiveExecutor and ran into the issue that any error in a submitted function makes the whole executor block. When I later interrupted the kernel the backtrace showed it was waiting to join processes, so I assume the problem is that the executor tries to shutdown without informing the processes that hadn't experienced an error and are therefor still executing the other jobs.
jan-janssen
changed the title
InteractiveExecutor blocks on error in submitted functions
[bug] InteractiveExecutor blocks on error in submitted functions
Sep 24, 2024
I've set up a pyiron table with the
InteractiveExecutor
and ran into the issue that any error in a submitted function makes the whole executor block. When I later interrupted the kernel the backtrace showed it was waiting to join processes, so I assume the problem is that the executor tries to shutdown without informing the processes that hadn't experienced an error and are therefor still executing the other jobs.The text was updated successfully, but these errors were encountered: