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"]],[["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."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eFailurePolicy.Types.Retry\u003c/code\u003e class within the Cloud Functions v1 API, detailing its functionality and implementation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFailurePolicy.Types.Retry\u003c/code\u003e class defines the retry policy for function executions, ensuring that any failed execution is retried.\u003c/p\u003e\n"],["\u003cp\u003eFunction 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.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes links to various versions of the API, ranging from version 1.1.0 up to the latest version 2.7.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces, and includes constructors for creating new \u003ccode\u003eRetry\u003c/code\u003e objects.\u003c/p\u003e\n"]]],[],null,[]]