rate limiting: document the daily call ceiling - #31
Merged
Conversation
…tracted-uncapped, /v1/partner discovery) Ci-From: linux Ci-Session: 41113d63-a627-40ec-8655-2aae22993843
Ci-From: linux Ci-Session: 41113d63-a627-40ec-8655-2aae22993843
Ci-From: linux Ci-Session: 41113d63-a627-40ec-8655-2aae22993843
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion to SaturdayInc/fuel-backend#569 (Phase 1 of the partner-API rate-limit defense): every account now carries a daily ceiling — explicit, platform default (2,000/day) when none is agreed, or contracted-uncapped.
Adds a "Daily call limit" section to the live page: the three-tier table, the no-Retry-After 429 at the ceiling, midnight-UTC reset, and where an account reads its own number (GET /v1/partner).
Content-only change using constructs already on the page (heading, table, prose); no layout or navigation touched, so no screenshot pass was run.
Note for the docsweep merge (PR #30): that branch rewrites this page wholesale and already documents the daily ceiling; on conflict, take docsweep's version and fold in this section's platform-default row + the /v1/partner pointer.