http://code.google.com/android/c2dm/index.html#testing
|
503 |
Indicates that the server is temporarily unavailable (i.e., because of timeouts, etc ). Sender must retry later, honoring any
Retry-After header included in the response. Application servers must implement exponential back off. Senders that create problems risk being blacklisted. |
What are the possible values for Retry-After header - does it say perform Exponential Back Off.
http://code.google.com/android/c2dm/index.html#testing
503 Indicates that the server is temporarily unavailable (i.e., because of timeouts, etc ). Sender must retry later, honoring anyRetry-Afterheader included in the response. Application servers must implement exponential back off. Senders that create problems risk being blacklisted.What are the possible values for Retry-After header - does it say perform Exponential Back Off.