Skip to content

Document backend rate limit behavior#483

Open
chrisx9z wants to merge 1 commit into
edehvictor:mainfrom
chrisx9z:docs/rate-limit-headers
Open

Document backend rate limit behavior#483
chrisx9z wants to merge 1 commit into
edehvictor:mainfrom
chrisx9z:docs/rate-limit-headers

Conversation

@chrisx9z
Copy link
Copy Markdown

Summary

Closes #466.

Adds backend rate-limit documentation to docs/backend_testing.md.

The new section covers:

  • known rate-limited endpoints
  • request windows and limits
  • expected HTTP 429 behavior
  • frontend retry/backoff guidance
  • source files for each limiter

Verification

  • rg -n "relayerLimiter|fee-bump|exportLimiter|docsLimiter|metricsRateLimit" server/src
  • rg -n "3 requests per 15 minutes|5 requests per 15 minutes|60 requests per 15 minutes|10 requests per minute|429|exponential backoff" docs/backend_testing.md

Commit comment

This commit documents rate-limited backend endpoints, expected 429 responses, and frontend retry guidance for clients.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 26, 2026

@chrisx9z is attempting to deploy a commit to the Edeh Victor's projects Team on Vercel.

A member of the Team first needs to authorize it.

This commit documents rate-limited backend endpoints, expected 429 responses, and frontend retry guidance for clients.
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.

Add Rate Limit Headers Documentation

1 participant