ray.exceptions.ActorUnschedulableError#

exception ray.exceptions.ActorUnschedulableError(error_message: str)[source]#

Raised when the actor cannot be scheduled.

One example is that the node specified through NodeAffinitySchedulingStrategy is dead.

PublicAPI: This API is stable across Ray releases.