Commit 57234a2
authored
[cuebot] Improve nimby retry logic (AcademySoftwareFoundation#2169)
Frames that got killed with SIGTERM due to their executing host having
become nimby locked should always be retried, regardless of their layer
maxretries limit.
Also increase NO_RETRY_LIMIT to prevent long running frames from not
being retried.1 parent b8396bb commit 57234a2
File tree
2 files changed
+6
-2
lines changed- cuebot/src/main/java/com/imageworks/spcue/dispatcher
2 files changed
+6
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
609 | 609 | | |
610 | 610 | | |
611 | 611 | | |
612 | | - | |
613 | 612 | | |
614 | 613 | | |
615 | 614 | | |
| 615 | + | |
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
619 | 623 | | |
620 | 624 | | |
621 | 625 | | |
| |||
0 commit comments