public sealed class FailurePolicy.Types.Retry : IMessage<FailurePolicy.Types.Retry>, IEquatable<FailurePolicy.Types.Retry>, IDeepCloneable<FailurePolicy.Types.Retry>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v1 API class FailurePolicy.Types.Retry.
Describes the retry policy in case of function's execution failure. A function execution will be retried on any failure. A failed execution will be retried up to 7 days with an exponential backoff (capped at 10 seconds). Retried execution is charged as any other execution.
Implements
IMessageFailurePolicyTypesRetry, IEquatableFailurePolicyTypesRetry, IDeepCloneableFailurePolicyTypesRetry, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V1Assembly
Google.Cloud.Functions.V1.dll
Constructors
Retry()
public Retry()
Retry(Retry)
public Retry(FailurePolicy.Types.Retry other)
Parameter | |
---|---|
Name | Description |
other | FailurePolicyTypesRetry |