Replies: 2 comments 1 reply
-
|
That... does not sound at all intended! I'd happily take a PR for that. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I'll close this, because it's in the main branch. I'll do some additional testing, and make a new release soon. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
After 15 minutes bo.NextBackOff() starts returning -1 nanosecond as sleep time so the process never sleeps.
Is this by expected/intended?
Adding MaxElapsedTime = 0 solves this since it overrides the default (15 mins) to infinity.
Beta Was this translation helpful? Give feedback.
All reactions