Closed gaul closed 10 years ago
Adrian Cole » jclouds #26 UNSTABLE Looks like there's a problem with this pull request (what's this?)
jclouds-java-7-pull-requests #386 UNSTABLE Looks like there's a problem with this pull request
Adrian Cole » jclouds #28 UNSTABLE Looks like there's a problem with this pull request (what's this?)
jclouds-java-7-pull-requests #387 SUCCESS This pull request looks good
BackoffLimitedRetryHandlerTest.testExponentialBackoffDelayDefaultMaxInterval500 fails randomly for me. I need to update some of the asserts.
Superseded by JCLOUDS-460 and jclouds/jclouds#286.
Thanks for cleaning this one up, @andrewgaul!
When issuing many simultaneous requests to Synaptic Atmos I observed:
HTTP/1.1 failed with code 500, error: AtmosError [code=1040, message=The server is busy. Please try again.]
Previously all clients slept for fixed intervals and thus retried around the same time. This commit adds a random delay which should better distribute load on the provider.