Commit 8edaf23
committed
Introduce retry_count as a task property
Can now specify in the workflow json which tasks
merit a "retry". This is useful for tasks that suffer
from random (e.g., race condition) failures. Retrying such
tasks might save compute resources, which would otherwise
be lost when leading to a complete exit of the workflow.
The feature complements the global option "--retry-on-failure"
in the workflow runner.
For the moment using the feature for TPC clusterization
until https://alice.its.cern.ch/jira/browse/O2-3069 is fixed.1 parent 0b7bc6f commit 8edaf23
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| 469 | + | |
| 470 | + | |
469 | 471 | | |
470 | 472 | | |
471 | 473 | | |
| |||
799 | 801 | | |
800 | 802 | | |
801 | 803 | | |
802 | | - | |
| 804 | + | |
803 | 805 | | |
804 | 806 | | |
805 | 807 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
760 | 760 | | |
761 | 761 | | |
762 | 762 | | |
| 763 | + | |
763 | 764 | | |
764 | 765 | | |
765 | 766 | | |
| |||
0 commit comments