Files
worldmonitor/scripts
Elie Habib a2a18f0646 fix(polymarket): add queue backpressure and response limit slicing (#593)
- Add POLYMARKET_MAX_QUEUED=20 cap to prevent unbounded queue growth
  under sustained load (rejects with negative cache when full)
- Use requestedLimit to slice cached responses — callers requesting
  limit=20 now get 20 items instead of the full 50-item upstream payload
- Hoist PROXY_STRIP_KEYS Set to module level (avoids per-call allocation)
2026-03-01 00:50:45 +04:00
..