Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant