Module: Google::Cloud::Batch::V1::LifecyclePolicy::Action

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

Overview

Action on task failures based on different conditions.

Constant Summary collapse

ACTION_UNSPECIFIED =

Action unspecified.

0
RETRY_TASK =

Action that tasks in the group will be scheduled to re-execute.

1
FAIL_TASK =

Action that tasks in the group will be stopped immediately.

2