[[["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\u003eThe \u003ccode\u003eEventTrigger.Types.RetryPolicy\u003c/code\u003e enum in the Cloud Functions v2 API defines how function execution failures are handled.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this enum is 1.7.0, and previous versions are available down to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThis enum offers three distinct fields for handling failures: \u003ccode\u003eDoNotRetry\u003c/code\u003e, \u003ccode\u003eRetry\u003c/code\u003e, and \u003ccode\u003eUnspecified\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRetry\u003c/code\u003e field dictates that a failing function should be retried for up to 7 days using exponential backoff, with a maximum wait of 10 seconds between retries.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDoNotRetry\u003c/code\u003e field will not retry the function if the execution fails, and \u003ccode\u003eUnspecified\u003c/code\u003e is if no specification is made.\u003c/p\u003e\n"]]],[],null,[]]