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

Batch with exponential backoff #527

Closed
wonderfly opened this issue Jan 10, 2015 · 3 comments
Closed

Batch with exponential backoff #527

wonderfly opened this issue Jan 10, 2015 · 3 comments
Assignees
Labels
imported 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 June 07, 2012 13:22:41

External references, such as a standards document, or specification? N/A Java environments (e.g. Java 6, Android 2.3, App Engine, or All)? All Please describe the feature requested. When accessing Google Calendar using Batch using 3 parts, I got a 200 OK response, and the first part was ok, but the second part had a 503. It threw the IOException for the 503. Instead, I'd expect it to use the ExponentialBackoffPolicy I had entered for the HttpRequest. Note that we have specialized code to do this for HttpUnsuccessfulResponseHandler, so we should be able to do something very similar for BackoffPolicy.

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

@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. Component-HTTP labels Jan 10, 2015
@wonderfly wonderfly self-assigned this Jan 10, 2015
@wonderfly
Copy link
Contributor Author

From yan...@google.com on June 14, 2012 15:49:00

Labels: -Milestone-Version1.11.0 Milestone-Version1.10.2

@wonderfly
Copy link
Contributor Author

From rmis...@google.com on June 15, 2012 07:26:38

http://codereview.appspot.com/6305096/

Status: Started

@wonderfly
Copy link
Contributor Author

From rmis...@google.com on June 15, 2012 13:54:25

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imported 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