Skip to content

Comments

Create RETRY_AND_RATE_LIMITS.md#260

Open
Angel1945uwu wants to merge 1 commit intoPolymarket:mainfrom
Angel1945uwu:docs/retry-and-rate-limits
Open

Create RETRY_AND_RATE_LIMITS.md#260
Angel1945uwu wants to merge 1 commit intoPolymarket:mainfrom
Angel1945uwu:docs/retry-and-rate-limits

Conversation

@Angel1945uwu
Copy link

@Angel1945uwu Angel1945uwu commented Jan 10, 2026

Adds a document describing when and how to retry API calls and handle rate limiting gracefully.


Note

Adds docs/RETRY_AND_RATE_LIMITS.md documenting retry and rate limit handling for the CLOB API.

  • Defaults: max retries 3, initial backoff 250ms, exponential backoff
  • Retry on: HTTP 429, 502/503/504, and network timeouts
  • Do not retry on invalid requests or auth failures; use client-side throttling to avoid limits

Written by Cursor Bugbot for commit a4bb387. This will update automatically on new commits. Configure here.

Adds a document describing when and how to retry API calls and handle rate limiting gracefully.
@Angel1945uwu Angel1945uwu requested a review from a team as a code owner January 10, 2026 18:51
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.

1 participant