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
feat: implement rate limit handling for Vercel API requests (#718)
* feat: implement rate limit handling for Vercel API requests
Added a new `vercel_request` function to manage API requests with automatic retries on rate limiting. Updated existing API calls to use this function for improved reliability in handling rate limits.
* fix: improve handling of Vercel API rate limits with retries and error logging
Signed-off-by: rohan <rohan.chaturvedi@protonmail.com>
---------
Signed-off-by: rohan <rohan.chaturvedi@protonmail.com>
Co-authored-by: rohan <rohan.chaturvedi@protonmail.com>
0 commit comments