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

New BackOff interface and ExponentialBackOff implementation #206

Closed
wonderfly opened this issue Jan 9, 2015 · 2 comments
Closed

New BackOff interface and ExponentialBackOff implementation #206

wonderfly opened this issue Jan 9, 2015 · 2 comments
Assignees
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@wonderfly
Copy link
Contributor

From yan...@google.com on March 12, 2013 11:29:14

External references, such as a standards document, or specification? http://javadoc.google-http-java-client.googlecode.com/hg/1.13.1-beta/com/google/api/client/http/BackOffPolicy.html http://javadoc.google-http-java-client.googlecode.com/hg/1.13.1-beta/com/google/api/client/http/ExponentialBackOffPolicy.html Java environments (e.g. Java 6, Android 2.3, App Engine, or All)? All Please describe the feature requested. The current BackOffPolicy and ExponentialBackOffPolicy are too closely coupled with HttpRequest and thus are not friendly to use outside of that context. Therefore, we are extracting a BackOff interface and ExponentialBackOff implementation in the util package that is not specific to HTTP request, and they will be used from the implementation of ExponentialBackOffPolicy. We will also add a FixedBackOff implementation.

Original issue: http://code.google.com/p/google-http-java-client/issues/detail?id=206

@wonderfly wonderfly added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. imported priority: p2 Moderately-important priority. Fix may not be included in next release. labels Jan 9, 2015
@wonderfly
Copy link
Contributor Author

From yan...@google.com on March 13, 2013 08:59:46

https://codereview.appspot.com/7443045/

Summary: New BackOff interface and ExponentialBackOff implementation (was: New BackOff interface and implementations ExponentialBackOff and FixedBackOff)
Status: Started

@wonderfly wonderfly self-assigned this Jan 9, 2015
@wonderfly
Copy link
Contributor Author

From yan...@google.com on March 13, 2013 12:32:42

Status: Fixed

clundin25 pushed a commit to clundin25/google-http-java-client that referenced this issue Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant