Skip to content

Conversation

@nimish-ks
Copy link
Member

@nimish-ks nimish-ks commented Jan 5, 2026

🔍 Overview

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.

Addresses #679

💡 Proposed Changes

  • Added minimal until to handle Vercel rate limits

💚 Did You...

  • Ensure linting passes (code style checks)?
  • Update dependencies and lockfiles (if required)
  • Update migrations (if required)
  • Regenerate graphql schema and types (if required)
  • Verify the app builds locally?
  • Manually test the changes on different browsers/devices?

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.
@nimish-ks nimish-ks self-assigned this Jan 5, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request implements rate limit handling for Vercel API requests by introducing a new vercel_request wrapper function with automatic retry logic. The implementation aims to improve reliability when interacting with the Vercel API by automatically retrying requests that encounter rate limiting.

Changes:

  • Added vercel_request function with retry logic for handling HTTP 429 rate limit responses
  • Updated three existing Vercel API calls (DELETE, GET, POST) to use the new wrapper function
  • Added time module import to support sleep delays between retries

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 7 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nimish-ks nimish-ks merged commit cc3a55b into main Jan 13, 2026
7 checks passed
@nimish-ks nimish-ks deleted the fix--handle-vercel-rate-limits branch January 13, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants