⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@ieraso-bigc
Copy link

No description provided.

@linear
Copy link

linear bot commented Jan 15, 2026


1. **Wait**: Wait for the time specified in `x-ratelimit-reset` header (typically 1 second)
2. **Retry**: Implement exponential backoff for retries
3. **Monitor**: Track the `x-ratelimit-remaining` header to avoid hitting limits
Copy link
Contributor

Choose a reason for hiding this comment

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

This doc may be too specific. Some of our existing behavior was decided on haphazardly, like having 100 requests per second or the particular way that we do throttling. I think we need to be a lot more generic here in this doc and just say that we implement rate limiting and reserve the right to change it in the future.

I think this can be a comment. I don't think it needs to be an entire document. Sorry if you feel like you're getting whiplash on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants