You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
"
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
"
The text was updated successfully, but these errors were encountered:
smokris
added a commit
to smokris/observatory-cli
that referenced
this issue
Jun 20, 2020
"
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
"
The text was updated successfully, but these errors were encountered: