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 have a simple DAG with a loop. When I try to stop the execution, it seemingly works but the main Toolbox process keeps processing something and re-executing the project hangs.
The text was updated successfully, but these errors were encountered:
No functional changes intended. I was hunting a transient bug in
Jump which turned out to be a "feature" when executing jumps under
PyCharm's debugger.
Re spine-tools/Spine-Toolbox#2925
soininen
added a commit
to spine-tools/spine-engine
that referenced
this issue
Sep 3, 2024
MultithreadExecutor.execute() must be notified if a step fails e.g.
due to user stopping the engine, otherwise it may end up looping
forever trying to execute items after Jumps that never finish.
Re spine-tools/Spine-Toolbox#2925
soininen
added a commit
to spine-tools/spine-engine
that referenced
this issue
Sep 3, 2024
I have a simple DAG with a loop. When I try to stop the execution, it seemingly works but the main Toolbox process keeps processing something and re-executing the project hangs.
The text was updated successfully, but these errors were encountered: