Cloud Functions v1 API - Class FailurePolicy.Types.Retry (2.4.0)

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.

Inheritance

object > FailurePolicy.Types.Retry

Namespace

Google.Cloud.Functions.V1

Assembly

Google.Cloud.Functions.V1.dll

Constructors

Retry()

public Retry()

Retry(Retry)

public Retry(FailurePolicy.Types.Retry other)
Parameter
NameDescription
otherFailurePolicyTypesRetry