SmartDroidDeveloper / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Exponential backoff for Google APIs #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

None.

Java environments (e.g. Java 6, Android 2.3, App Engine 1.4.2, or All)?

All.

Please describe the feature requested.

If a request returns a 500, 502, or possibly a 503, we should use exponential 
backoff when retrying the request.  The idea is that hopefully the Google 
servers are only temporarily unavailable, and they should be back up soon.  The 
exponential backoff is so as not to overwhelm the Google servers when trying to 
get back up.

Original issue reported on code.google.com by yan...@google.com on 8 Mar 2011 at 7:26

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 8 Mar 2011 at 7:26

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 12 Apr 2011 at 12:05

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 11 May 2011 at 3:28

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 20 Jun 2011 at 9:06

GoogleCodeExporter commented 9 years ago
Ravi, please work on this one after adding automatic redirect handling, but 
before the resumable media upload.

Original comment by yan...@google.com on 28 Sep 2011 at 6:35

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 28 Oct 2011 at 6:19

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/5247043/

Original comment by rmis...@google.com on 17 Nov 2011 at 3:39