You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(hyperliquid): enforce 55s timeout for entire metric collection
- Wrap HTTP and WebSocket metric collection in asyncio.wait_for
- Remove redundant inner timeout configurations in aiohttp
- Reduce MAX_RETRIES from 3 to 2 and Retry-After from 15s to 3s
- Ensure total execution cannot exceed 55s including retries/sleeps
This prevents Hyperliquid metrics from exceeding the 59s Vercel limit
by enforcing the timeout at the outer scope rather than per-request.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments