Commit 3451bc3
committed
fix(radix): map Waiting/Active to STARTING; add Stopping/DeadlineExceeded
Radix's batch-job scheduler reports Waiting (image pull, pod
scheduling) and Active (job resource created, pod not yet Running)
before Running. Both were falling through to JobStatus.UNKNOWN,
which is what users see for the first ~30-60s of a new job.
- Waiting, Active -> STARTING
- Stopping, Stopped -> FAILED ('Radix job was stopped')
- DeadlineExceeded -> FAILED ('exceeded active deadline')
- default arm now logs a warning with the unmapped status string
and echoes it back in the message, so future gaps surface with
the actual value instead of a generic 'unknown status code'.1 parent 9122cbb commit 3451bc3
1 file changed
Lines changed: 19 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
82 | 92 | | |
83 | 93 | | |
84 | 94 | | |
| 95 | + | |
| 96 | + | |
85 | 97 | | |
86 | 98 | | |
87 | 99 | | |
88 | 100 | | |
89 | 101 | | |
90 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
91 | 107 | | |
92 | 108 | | |
93 | 109 | | |
94 | 110 | | |
95 | | - | |
96 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
0 commit comments