Skip to content
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

create constant backoff #143

Closed
kamilsk opened this issue Feb 20, 2020 · 0 comments
Closed

create constant backoff #143

kamilsk opened this issue Feb 20, 2020 · 0 comments
Assignees
Milestone

Comments

@kamilsk
Copy link
Owner

kamilsk commented Feb 20, 2020

func Constant(initial time.Duration) Algorithm {
  return func (...) time.Duration {
    return initial
  }
}
@kamilsk kamilsk added this to the retry 4.4 milestone Feb 20, 2020
@kamilsk kamilsk self-assigned this Feb 20, 2020
@kamilsk kamilsk added this to Backlog in Interface improvements via automation Feb 20, 2020
@kamilsk kamilsk added this to Backlog in Performance improvements via automation Feb 20, 2020
@kamilsk kamilsk closed this as completed Feb 21, 2020
Interface improvements automation moved this from Backlog to Done Feb 21, 2020
Performance improvements automation moved this from Backlog to Done Feb 21, 2020
@kamilsk kamilsk removed this from Done in Performance improvements Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant