ray/doc/source/ray-core/tasks
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] 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
nested-tasks.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
resources.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
scheduling.rst Node affinity scheduling strategy (#23381) 2022-04-12 21:31:26 -07:00
using-ray-with-gpus.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00