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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `FailurePolicy.Types.Retry` class within the Google Cloud Functions v1 API, detailing its role in handling function execution failures."],["The `FailurePolicy.Types.Retry` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffer management."],["In the event of a function execution failure, the retry policy, as defined by `FailurePolicy.Types.Retry`, will retry the execution for up to 7 days, using exponential backoff with a maximum delay of 10 seconds."],["There are 11 available versions listed for the `FailurePolicy.Types.Retry` class ranging from version 1.1.0 to the latest version, 2.7.0."],["The `FailurePolicy.Types.Retry` class has two constructors, `Retry()` and `Retry(FailurePolicy.Types.Retry other)`, to enable the creation of new instances, optionally based on an existing `FailurePolicy.Types.Retry` object."]]],[]]