mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
- Promote prevHeaders from per-batch local to module-level global with 60s TTL - Share rate-limit throttle state across sequential batches - Use 24h time-based retry limit (MAX_RETRY_DURATION_MS) instead of count-only - Increase baseMs to 5s and maxMs to 1h for batch-appropriate backoff - Add getCachedHeaders/resetCachedHeaders test helpers - 7/7 unit tests pass Authored-by: Markus Hartung <hartmark@users.noreply.github.com>