[[["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 provides information on the `RevisionsLimitedErrorCountRetryPolicy` class, which is used for managing retries in the `RevisionsConnection` for Google Cloud Run."],["The retry policy will cease operations upon encountering a non-transient error or exceeding the pre-defined count of transient failures."],["Transient failures are defined in this policy as RPC's that return a status code of `kUnavailable`."],["The retry policy is customizable by setting the `maximum_failures` parameter, with a value of 0 effectively disabling retry operations."],["The document also describes key functions of the `RevisionsLimitedErrorCountRetryPolicy` such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` and their intended use."]]],[]]