Retries on429(Too Many Requests),502(Bad Gateway),503(Service unavailable), and504(Gateway Timeout), as well as on anyConnectionError,ConnectionFailedError, andTimeoutError.
truewhen the retry criterion is satisfied,falseotherwise.
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 2026-04-17 UTC."],[],[]]