mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
[serve] Router fault tolerance (#8008)
This commit is contained in:
@@ -149,7 +149,7 @@ class HTTPProxy:
|
||||
if not isinstance(result, ray.exceptions.RayActorError):
|
||||
await Response(result).send(scope, receive, send)
|
||||
break
|
||||
logger.warning("Got RayActorError:", str(result))
|
||||
logger.warning("Got RayActorError: {}".format(str(result)))
|
||||
await asyncio.sleep(0.1)
|
||||
except Exception as e:
|
||||
error_message = "Internal Error. Traceback: {}.".format(e)
|
||||
|
||||
Reference in New Issue
Block a user