Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

More random retry logic #25

Open
gregglind opened this issue Oct 17, 2016 · 0 comments · May be fixed by #43
Open

More random retry logic #25

gregglind opened this issue Oct 17, 2016 · 0 comments · May be fixed by #43

Comments

@gregglind
Copy link
Contributor

"
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
"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant