Retries on 429 (Too Many Requests), 502 (Bad Gateway),
503 (Service unavailable), and 504 (Gateway Timeout), as well as on any
ConnectionError, ConnectionFailedError, and TimeoutError.
true when the retry criterion is satisfied, false otherwise.
Examples
# Make an HTTP request using a standard retry predicate# and custom maximum retries and backoff parameters-read_item:try:call:http.getargs:url:https://example.com/someapiresult:api_responseretry:predicate:${http.default_retry_predicate}max_retries:5backoff:initial_delay:2max_delay:60multiplier:2
[[["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-02-14 UTC."],[],[]]