Cloud Functions v2 API - Enum EventTrigger.Types.RetryPolicy (1.2.0)

public enum EventTrigger.Types.RetryPolicy

Reference documentation and code samples for the Cloud Functions v2 API enum EventTrigger.Types.RetryPolicy.

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

Namespace

GoogleCloudGoogle.Cloud.FunctionsV2

Assembly

Google.Cloud.Functions.V2.dll

Fields

NameDescription
DoNotRetry

Do not retry.

Retry

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

Unspecified

Not specified.