You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add task attribute to allow only a subset of workers. An empty attribute
Usage:
Working on files local to a worker (either reading or writing).
Useful for open and store tasks (but not limited to them).
Selecting suitable worker subset for a taks when (virtual) resources are not appropriate.
However, for GPUs and other features, we should use resources.
Testing.
Constant data objects already have a similar feature for placement, but this API is not planned to be published (and it is not really relevant for computed data objects).
Alternative: Every worker could be a resource, required by the task. However, this is not ergonomic and we do not have a clear picture of how to do (virtual) resources in the right way.
The text was updated successfully, but these errors were encountered:
Add task attribute to allow only a subset of workers. An empty attribute
Usage:
open
andstore
tasks (but not limited to them).Constant data objects already have a similar feature for placement, but this API is not planned to be published (and it is not really relevant for computed data objects).
Alternative: Every worker could be a resource, required by the task. However, this is not ergonomic and we do not have a clear picture of how to do (virtual) resources in the right way.
The text was updated successfully, but these errors were encountered: