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
{{ message }}
This repository was archived by the owner on Mar 18, 2026. It is now read-only.
This would've helped a lot diagnosing the last round of issues - 429 can mean we're hitting it too fast OR that we've hit a monthly quota, and the headers return more info about both.
If we just default to raising a logger.warn() every time we hit a 429 then the extra info will be easy to pinpoint right away.
This would've helped a lot diagnosing the last round of issues - 429 can mean we're hitting it too fast OR that we've hit a monthly quota, and the headers return more info about both.
If we just default to raising a
logger.warn()every time we hit a 429 then the extra info will be easy to pinpoint right away.