Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
If there are a high number of failures in a vertex then bail out early instead of waiting for 4 failures of the same task.
Lets say the vertex sees N consecutive failures without any successful task completion. Thats probably good enough evidence to infer that there is some bug in the code for the tasks in that vertex. Bailing out early wastes less resources.