[[["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 outlines the `JobsLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `JobsConnection` in Google Cloud Run."],["The retry policy is based on counting errors, and it halts retries when a non-transient error occurs or the number of transient failures exceeds a set limit."],["Transient errors are specifically defined as `kUnavailable` status codes within this implementation."],["The `JobsLimitedErrorCountRetryPolicy` class contains functions to determine if the retry limit has been exhausted, if the failure is permanent, and the maximum number of failures to allow."],["The policy can be completely disabled by setting the `maximum_failures` parameter to 0 when constructing a new instance of the `JobsLimitedErrorCountRetryPolicy`."]]],[]]