-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Made timeouts exponential #640
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks @Zyqsempai for the PR, but I think it would be better to use something like in this PR: #626
That library also adds jitter. The start delay and max delay is not trivial to set, but I guess we should try to keep the same maximum timeout.
Thanks, looks a lot cleaner, but |
@mogren Done, thanks for your time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this, just some minor changes left.
Signed-off-by: bpopovschi <zyqsempai@mail.ru>
Signed-off-by: bpopovschi <zyqsempai@mail.ru>
Signed-off-by: bpopovschi <zyqsempai@mail.ru>
Signed-off-by: bpopovschi <zyqsempai@mail.ru>
b16dc45
to
68571f6
Compare
@mogren Sorry for delay, I was in vacation, now I a back! PTAL |
14f29b7
to
68571f6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👍
Signed-off-by: bpopovschi <zyqsempai@mail.ru>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Zyqsempai, nice cleanup!
* Made timeouts exponential using RetryNWithBackoff * Simplified ENI network setup * TestSetupENINetwork Fix Signed-off-by: bpopovschi <zyqsempai@mail.ru>
* Made timeouts exponential using RetryNWithBackoff * Simplified ENI network setup * TestSetupENINetwork Fix Signed-off-by: bpopovschi <zyqsempai@mail.ru>
Issue #347
Made timeouts exponential
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.