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
Unhandled error in EventualResult
Traceback (most recent call last):
File "/nail/home/bariteau/pg/repl-delay-update-daemon/venv/lib/python3.6/site-packages/twisted/internet/defer.py", line 567, in _startRunCallbacks
self._runCallbacks()
File "/nail/home/bariteau/pg/repl-delay-update-daemon/venv/lib/python3.6/site-packages/twisted/internet/defer.py", line 653, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/nail/home/bariteau/pg/repl-delay-update-daemon/venv/lib/python3.6/site-packages/twisted/internet/defer.py", line 500, in errback
self._startRunCallbacks(fail)
File "/nail/home/bariteau/pg/repl-delay-update-daemon/venv/lib/python3.6/site-packages/twisted/internet/defer.py", line 567, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/nail/home/bariteau/pg/repl-delay-update-daemon/venv/lib/python3.6/site-packages/twisted/internet/defer.py", line 653, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/nail/home/bariteau/pg/repl-delay-update-daemon/venv/lib/python3.6/site-packages/fido/fido.py", line 234, in handle_timeout_errors
"send the response".format(timeout=timeout)
fido.exceptions.HTTPTimeoutError: Connection was closed by fido because the server took more than timeout=None seconds to send the response
I'm seeing a lot of these:
With code that looks like:
While hitting a server that takes longer than 1 second to respond.
I don't expect this to timeout all the time, but it happens often enough that it's a problem.
The text was updated successfully, but these errors were encountered: