Module: Philiprehberger::HttpClient::Retries
- Included in:
- Connection
- Defined in:
- lib/philiprehberger/http_client/retries.rb
Overview
Retry logic extracted from Connection to keep module length manageable.
Constant Summary collapse
- RETRY_AFTER_CEILING =
Absolute ceiling (seconds) applied to a server-supplied Retry-After value, guarding against pathological or hostile headers.
300.0