DEFAULT_POST_INFO_RETRY_BACKOFF_FACTOR
Documentation for eth_defi.hyperliquid.session.DEFAULT_POST_INFO_RETRY_BACKOFF_FACTOR data.
- DEFAULT_POST_INFO_RETRY_BACKOFF_FACTOR = 10.0
Backoff factor for extra outer
/inforetries.With
DEFAULT_RETRIES=5each outer attempt already performs six HTTP attempts. A 10 second outer factor gives sleeps of 10, 20, 40, 80, 160 and 320 seconds, so quick upstream 502/503/504 storms are retried for around twelve minutes before surfacing to the caller.