jclouds/core
Andrew Gaul fe79885663 JCLOUDS-460: Add jitter to avoid thundering herd
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.
2014-03-03 22:30:50 -08:00
..
src JCLOUDS-460: Add jitter to avoid thundering herd 2014-03-03 22:30:50 -08:00
pom.xml [maven-release-plugin] prepare for next development iteration 2014-02-06 10:16:10 +01:00