Module: Google::Cloud::Functions::V2::EventTrigger::RetryPolicy

Defined in:
proto_docs/google/cloud/functions/v2/functions.rb

Overview

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

Constant Summary collapse

RETRY_POLICY_UNSPECIFIED =

Not specified.

0
RETRY_POLICY_DO_NOT_RETRY =

Do not retry.

1
RETRY_POLICY_RETRY =

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

2