Skip to main content

RAY_IPC_ERR_TIMEOUT

Constant RAY_IPC_ERR_TIMEOUT 

Source
pub const RAY_IPC_ERR_TIMEOUT: i64 = -5;
Expand description

No answer within the connect/handshake budget. The core folds EAGAIN and EWOULDBLOCK in here too, so this also covers a live server that is busy inside a long evaluation.