You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect retry policy works differently when handling inline script. When a pod is deleted the workflow is not retried. We have other workflows which just use container instead of inline script, same retry policy but they do retry when pod is deleted.
I can see this in the logs:
Node not set to be retried after status: Failed
And
Node not set to be retried after status: Error
But we do have retry policy so I don't get why it's not working
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following workflow:
I suspect retry policy works differently when handling inline script. When a pod is deleted the workflow is not retried. We have other workflows which just use container instead of inline script, same retry policy but they do retry when pod is deleted.
I can see this in the logs:
Beta Was this translation helpful? Give feedback.
All reactions