Replies: 1 comment
-
|
I think you'd have to use workflow of workflows here and check the resource status to make this work the way you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to implement some conditional logic into my workflow template that will increase the memory request for the pods based on past failures of a task.
The simple case where I increase the memory on every failure is straightforward enough
What I am aiming for is a more refined condition, where the value only gets incremented if retries exit with
137. Scouring the docs it does not seem to be possible to access the exit codes of all past retries of a task, andlastRetry.exitCodeis not enough info to determine which value to pick from the array.Beta Was this translation helpful? Give feedback.
All reactions