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
{{ message }}
This repository was archived by the owner on Jun 16, 2025. It is now read-only.
When a 'subjob' generated from a template fails to produce a result.json file due to an error, the main script does not terminate. Although the error is reported in the output, the main script continues running even though it can't proceed.
This issue is relatively minor. The main concerns are the unnecessary consumption of computational resources to keep the failed main job running and the confusion caused by having to manually cancel the main script to prevent an accumulation of 'dead' jobs.