[[["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-08-29 UTC."],[],[],null,["# Object: http.default_retry_non_idempotent\n\nSimple default retry policy for non-idempotent targets.\n\nIf your target is idempotent, use\n[default_retry](/workflows/docs/reference/stdlib/http/default_retry)\ninstead.\n\nRetries on `429` (Too Many Requests) and `503` (Service Unavailable), as well\nas on `ConnectionFailedError`.\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)."]]