Class SchedulingPolicy (0.17.18)

SchedulingPolicy(value)

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

Values: SCHEDULING_POLICY_UNSPECIFIED (0): Unspecified. AS_SOON_AS_POSSIBLE (1): Run Tasks as soon as resources are available.

    Tasks might be executed in parallel depending on parallelism
    and task_count values.
IN_ORDER (2):
    Run Tasks sequentially with increased task
    index.