-
Notifications
You must be signed in to change notification settings - Fork 98
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
Rommellayco make stale seconds configurable #630
Rommellayco make stale seconds configurable #630
Conversation
d44ec96
to
0c0e98f
Compare
80dc11b
to
f9b5498
Compare
e570f33
to
5775163
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.
lgtm but added one tiny comment
There is Aiven-Open/rohmu#194 and #631 which I think probably already solve most of our problems. |
closing cause other PR solve this problem better |
i gonna re open cause we could still get timeout errors and it is better to retry with longer timeouts |
The conflict is caused by the merge of #631. After fixing conflicts, I have tested this in dev env and LGTM.
|
743c14b
to
ecef14b
Compare
Thanks for fixing the conflict. I assume it should be |
When timing out downloading a backup, on next retry, retry with a longer timeout.
ecef14b
to
8aae740
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.
I have test this in dev env and it works as expected. Thanks Rommel.
About this change - What it does
Implement a exponential backoff when stalling on backup download
Why this way