[[["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."],[[["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."]]],[]]