ray/doc/source/ray-core/actors
Jiajun Yao 95714cc281
Node affinity scheduling strategy (#23381)
Instead of relying on the node-ip custom resource for static task-to-node placement, this PR introduces an explicit NodeAffinitySchedulingStrategy with the following benefits:

1. Specify node using id instead of ip since ip may not be unique for each node.
2. Support soft constraint so the task can be tolerant to node failures.

After this PR, the node-ip custom resource can be deprecated.
2022-04-12 21:31:26 -07:00
..
patterns [docs] Fix malformatted list in "Advanced Pattern: Fault Tolerance with Actor Checkpointing" (#23319) 2022-03-18 10:50:13 -07:00
actor-utils.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
async_api.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
concurrency_group_api.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
fault-tolerance.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
named-actors.rst Add a get_if_exists option for simpler creation of named actors (#23344) 2022-03-23 22:02:58 -07:00
scheduling.rst Node affinity scheduling strategy (#23381) 2022-04-12 21:31:26 -07:00
task-orders.rst [minor] Fix minor spelling issue on actor task execution 2022-04-12 16:18:25 -07:00
terminating-actors.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00