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 is retried on any failure.
A failed execution is retried up to 7 days with an exponential backoff
(capped at 10 seconds).
Retried execution is charged as any other execution.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `FailurePolicy.Types.Retry` class within the Cloud Functions v1 API, detailing its functionality and implementation."],["The `FailurePolicy.Types.Retry` class defines the retry policy for function executions, ensuring that any failed execution is retried."],["Function failures will be retried for up to 7 days using an exponential backoff method, with a maximum cap of 10 seconds between attempts, and each retried execution is billed."],["The documentation includes links to various versions of the API, ranging from version 1.1.0 up to the latest version 2.7.0."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and includes constructors for creating new `Retry` objects."]]],[]]