Module: Google::Cloud::Batch::V1::TaskGroup::SchedulingPolicy

Defined in:
proto_docs/google/cloud/batch/v1/job.rb

Overview

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

Constant Summary collapse

SCHEDULING_POLICY_UNSPECIFIED =

Unspecified.

0
AS_SOON_AS_POSSIBLE =

Run Tasks as soon as resources are available.

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

1
IN_ORDER =

Run Tasks sequentially with increased task index.

2