10.0.0 (2020-09-01)
Features
- [Breaking] Replaced property
maxTasksPerNode
withtaskSlotsPerNode
on the pool. Using this property tasks in a job can consume a dynamic amount of slots allowing for more fine-grained control over resource consumption. - [Breaking] Changed the response type of
GetTaskCounts
to returnTaskCountsResult
, which is a complex object containing the previousTaskCounts
object and a newTaskSlotCounts
object providing similar information in the context of slots being used. - Added property
requiredSlots
to the task allowing user to specify how many slots on a node it should take up.