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 /info calls after urllib3 exhausts its retry budget.

Incident note: on 2026-07-04 the live hyper-ai executor witnessed repeated Hyperliquid /info HTTP 502 responses while reading userVaultEquities for 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.