Refresh the execution during resume_execution to avoid using a detached SqlAlchemy instance
The idea here is to avoid a possible threading issue by re-retrieving the execution during resume_execution so as to avoid changing state and then trying to save a detached instance.
Merge request reports
Activity
added 5 commits
-
dbe22ebc...be1605d2 - 2 commits from branch
main
- 4acdad04 - Refresh the execution during resume_execution to avoid using a detached SqlAlchemy instance
- b6bf6091 - Fix a mistake in the test
- 6b299550 - A short thing to keep the tests happy
Toggle commit list-
dbe22ebc...be1605d2 - 2 commits from branch
Please register or sign in to reply