vllm.config.fault_tolerance ¶
Classes:
-
FaultToleranceConfig–Configuration for fault tolerance.
FaultToleranceConfig ¶
Configuration for fault tolerance.
Attributes:
-
engine_recovery_timeout_sec(int) –Timeout (in seconds) to wait for error handling instructions
Source code in vllm/config/fault_tolerance.py
engine_recovery_timeout_sec = 120 class-attribute instance-attribute ¶
Timeout (in seconds) to wait for error handling instructions before raising an exception. If the EngineCore encounters an error, it waits up to this many seconds for vLLM to receive instructions on how to handle the error and then recover from the fault. If vLLM does not recover during this time, the original error is raised.