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