mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
fix: retry if Connection Timed out (#8222)
This commit is contained in:
parent
11f32d2465
commit
99a4717826
@ -47,6 +47,7 @@ def _is_retryable_wait_until_alive_error(exception):
|
||||
exception,
|
||||
(
|
||||
ConnectionError,
|
||||
httpx.ConnectTimeout,
|
||||
httpx.NetworkError,
|
||||
httpx.RemoteProtocolError,
|
||||
httpx.HTTPStatusError,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user