Skip to content

Comments

Create RETRY_AND_RATE_LIMITS.md#259

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

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

Conversation

@bigrosss
Copy link

@bigrosss bigrosss commented Jan 9, 2026

Documented safe retry and rate-limit handling patterns so client integrations behave predictably under load.


Note

Introduces guidance for safe retries and rate-limit handling when using the CLOB API.

  • Adds docs/RETRY_AND_RATE_LIMITS.md detailing rate limiting (HTTP 429) and a recommended retry strategy
  • Recommended defaults: max retries 3, 250 ms initial delay, exponential backoff; retry on 429/502/503/504 and network timeouts; avoid retries on invalid/auth/order validation errors
  • Client guidance: avoid non-idempotent retries, log retry attempts with context, and consider client-side throttling

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

Documented safe retry and rate-limit handling patterns so client integrations behave predictably under load.
@bigrosss bigrosss requested a review from a team as a code owner January 9, 2026 21:31
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