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