-
Notifications
You must be signed in to change notification settings - Fork 816
Use backoff functionality from github.com/grafana/dskit #4426
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
Conversation
Signed-off-by: Arve Knudsen <[email protected]>
Signed-off-by: Arve Knudsen <[email protected]>
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.
Thank you!
Signed-off-by: Arve Knudsen <[email protected]>
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! Thank you!
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, thanks! I've checked the updated dependencies and LGTM too.
When other libraries are upgraded, e.g. |
…t/cortex#4426) * Use dskit/backoff Signed-off-by: Arve Knudsen <[email protected]> * Fix formatting Signed-off-by: Arve Knudsen <[email protected]> * Remove changelog entry Signed-off-by: Arve Knudsen <[email protected]>
…t#4426) * Use dskit/backoff Signed-off-by: Arve Knudsen <[email protected]> * Fix formatting Signed-off-by: Arve Knudsen <[email protected]> * Remove changelog entry Signed-off-by: Arve Knudsen <[email protected]> Signed-off-by: Alvin Lin <[email protected]>
What this PR does:
In this PR I propose to refactor to use dskit's
backoff
package instead of pkg/util/backoff.go.Which issue(s) this PR fixes:
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]