Batch V1 API - Module Google::Cloud::Batch::V1::LifecyclePolicy::Action (v1.8.2)
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::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.