ray.exceptions.ActorUnschedulableError#

exception ray.exceptions.ActorUnschedulableError(error_message: str)[源代码]#

当无法调度执行者时引发。

一个例子是,通过 NodeAffinitySchedulingStrategy 指定的节点已经死亡。