public sealed class Retry : IMessage<FailurePolicy.Types.Retry>, IEquatable<FailurePolicy.Types.Retry>, IDeepCloneable<FailurePolicy.Types.Retry>, IBufferMessage, IMessage
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
IMessage<FailurePolicy.Types.Retry>, System.IEquatable<FailurePolicy.Types.Retry>, IDeepCloneable<FailurePolicy.Types.Retry>, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V1Assembly
Google.Cloud.Functions.V1.dll
Constructors
Retry()
public Retry()
Retry(FailurePolicy.Types.Retry)
public Retry(FailurePolicy.Types.Retry other)
Parameter | |
---|---|
Name | Description |
other | FailurePolicy.Types.Retry |