DEFAULT_POST_INFO_RETRY_ATTEMPTS
Documentation for eth_defi.hyperliquid.session.DEFAULT_POST_INFO_RETRY_ATTEMPTS data.
- DEFAULT_POST_INFO_RETRY_ATTEMPTS = 6
Extra outer retries for
/infocalls after urllib3 exhausts its retry budget.Incident note: on 2026-07-04 the live
hyper-aiexecutor witnessed repeated Hyperliquid/infoHTTP 502 responses while readinguserVaultEquitiesfor HyperCore vault accounting. The earlier retry window was short enough that this read-only account check crashed the live scheduler. Keep the default outage window above 10 minutes for fast 5xx storms, while retaining the lower-level per-request timeout for stuck sockets.