Batch V1 API - Module Google::Cloud::Batch::V1::LifecyclePolicy::Action (v0.4.0)

Reference documentation and code samples for the Batch V1 API module Google::Cloud::Batch::V1::LifecyclePolicy::Action.

Action on task failures based on different conditions.

Constants

ACTION_UNSPECIFIED

value: 0
Action unspecified.

RETRY_TASK

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

FAIL_TASK

value: 2
Action that tasks in the group will be stopped immediately.