public enum EventTrigger.Types.RetryPolicyReference documentation and code samples for the Cloud Functions v2beta 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
Google.Cloud.Functions.V2BetaAssembly
Google.Cloud.Functions.V2Beta.dll
Fields |
|
|---|---|
| Name | Description |
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. |