Batch V1 API - Module Google::Cloud::Batch::V1::TaskGroup::SchedulingPolicy (v0.17.2)

Reference documentation and code samples for the Batch V1 API module Google::Cloud::Batch::V1::TaskGroup::SchedulingPolicy.

How Tasks in the TaskGroup should be scheduled relative to each other.

Constants

SCHEDULING_POLICY_UNSPECIFIED

value: 0
Unspecified.

AS_SOON_AS_POSSIBLE

value: 1
Run Tasks as soon as resources are available.

Tasks might be executed in parallel depending on parallelism and task_count values.

IN_ORDER

value: 2
Run Tasks sequentially with increased task index.