[[["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."],[[["The `EventTrigger.Types.RetryPolicy` enum in the Cloud Functions v2 API defines how function execution failures are handled."],["The latest version of this enum is 1.7.0, and previous versions are available down to 1.0.0."],["This enum offers three distinct fields for handling failures: `DoNotRetry`, `Retry`, and `Unspecified`."],["The `Retry` 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."],["The `DoNotRetry` field will not retry the function if the execution fails, and `Unspecified` is if no specification is made."]]],[]]