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.
Uses max_retries of 5, and backoff as per retry.default_backoff.
[[["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-09-04 UTC."],[],[],null,["# Object: http.default_retry\n\nSimple default retry policy for idempotent targets.\n\nIf your target is non-idempotent, use\n[default_retry_non_idempotent](/workflows/docs/reference/stdlib/http/default_retry_non_idempotent) instead.\n\nRetries on `429` (Too Many Requests), `502` (Bad Gateway),\n`503` (Service unavailable), and `504` (Gateway Timeout), as well as on any\n`ConnectionError`, `ConnectionFailedError` and `TimeoutError`.\n\nUses `max_retries` of 5, and `backoff` as per `retry.default_backoff`.\n\nFor more information, see\n[Retry steps](/workflows/docs/reference/syntax/retrying)."]]