mirror of
https://github.com/TauricResearch/TradingAgents.git
synced 2026-09-19 19:25:24 +03:00
- a valid Retry-After: 0 means retry at once but was treated as absent (`or 5.0`) and waited 5s; honour it exactly now - jitter our own headerless fallback and the inter-subreddit pacing so several analyses sharing an IP don't retry in lockstep and re-collide on the limit; keep the single-retry ceiling (more retries can't fix an exhausted IP budget) #1193