Batch V1 API - Module Google::Cloud::Batch::V1::TaskGroup::SchedulingPolicy (v1.8.1)
Stay organized with collections
Save and categorize content based on your preferences.
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.