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.
[[["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."],[[["Version 2.7.0 is the latest version available for the `Google.Cloud.Functions.V1.FailurePolicy.Types.Retry` documentation, with several previous versions dating back to 1.1.0 also accessible."],["The `Retry` class defines the retry policy for function execution failures, implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Failed function executions are automatically retried for up to 7 days, using an exponential backoff strategy that is capped at 10 seconds."],["The `Retry` class inherits from `Object` and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["There are two constructors available for `Retry`, one default constructor, and another that takes a `FailurePolicy.Types.Retry` parameter for initialization."]]],[]]