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
In the latter case, it only updates the state column in the database to reflect the type of error encountered. Additionally, it should also force-terminates the jobs of any child event it generated and fired.
The text was updated successfully, but these errors were encountered:
athob
changed the title
Job features: kill child events jobs if parent job terminates with an error
Job feature: kill child events jobs if parent job terminates with an error
Sep 5, 2020
The instance method _ending_todo of a Job object handles the exiting procedure, whether or not the Job completed or exited with an error.
WINGS/src/wpipe/Job.py
Lines 512 to 519 in e3d7519
In the latter case, it only updates the state column in the database to reflect the type of error encountered. Additionally, it should also force-terminates the jobs of any child event it generated and fired.
The text was updated successfully, but these errors were encountered: