Cloud Functions V2 API - Module Google::Cloud::Functions::V2::EventTrigger::RetryPolicy (v0.7.0)

Reference documentation and code samples for the Cloud Functions V2 API module Google::Cloud::Functions::V2::EventTrigger::RetryPolicy.

Describes the retry policy in case of function's execution failure. Retried execution is charged as any other execution.

Constants

RETRY_POLICY_UNSPECIFIED

value: 0
Not specified.

RETRY_POLICY_DO_NOT_RETRY

value: 1
Do not retry.

RETRY_POLICY_RETRY

value: 2
Retry on any failure, retry up to 7 days with an exponential backoff (capped at 10 seconds).