Retry strategy setup for failures #14108
Closed
ashishsiyagOP
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create a custom retry Strategy for my node failures,
retryStrategy: limit: 3 expression: lastRetry.exitCode in [137, 139, 127, 128, 55]
but this is getting evaluated as false as my node is failing with the error as shown below
can you help me in writing better condition
Beta Was this translation helpful? Give feedback.
All reactions