mozilla / observatory-cli

Mozilla Public License 2.0
189 stars 24 forks source link

More random retry logic #25

Open gregglind opened 8 years ago

gregglind commented 8 years ago

" 22:48 the 10 retries thing is broken 22:48 sometimes it times out on try 1, sometimes it times out on try 10 22:48 it always has a result ready when I get through 22:49 instead of sleep 1.0 consider sleep 1.0+rand(1) 22:49 so that you don't synchronize under load and so that it tries a bit more patiently 22:51 most of the time it fails without ever activating retry logic 22:51 I don't understand why not "