Commit db3a583
fix(memory-monitor): use FailureType.transient_error for OOM fail-fast
OOM pressure near the cliff is a transient condition (workload/slice shape
dependent) rather than an internal CDK logic error, so a retry with fresh
process memory is meaningful. Flip failure_type from system_error to
transient_error so orchestrators can retry appropriately.
Co-Authored-By: patrick.nilan@airbyte.io <patrick.nilan@airbyte.io>1 parent 5a054f8 commit db3a583
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
| 390 | + | |
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| |||
0 commit comments