Replies: 1 comment
-
|
Retries is how many times it tries again after the first attempt. The default is If the first attempt fails, and all three retries fail, that would emit 4 failures total. As per the docs, it seems like |
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 am setting the retry config to 3 attempts but it seems that the failed job is being retried 4 times, this is causing that when I do this:
the following is printed:
2
1,
0,
0
this is how i am setting the retries option:
Any help with this please?
Beta Was this translation helpful? Give feedback.
All reactions