BLD: download_models.py respect HTTP Error 429#155
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces robust HTTP 429 rate-limit handling and retry logic with exponential backoff to the model downloading script, while also reducing parallel connection limits to prevent rate limiting. The review feedback points out a potential issue with clock drift when parsing the 'Retry-After' header and suggests calculating the delay relative to the server's 'Date' header instead of the local system time.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
No description provided.