Skip to content

docs: correct plan tier limits and guard against drift#39

Merged
a-essawy merged 2 commits into
mainfrom
docs/tier-consistency
Jul 10, 2026
Merged

docs: correct plan tier limits and guard against drift#39
a-essawy merged 2 commits into
mainfrom
docs/tier-consistency

Conversation

@a-essawy

Copy link
Copy Markdown
Contributor

Corrects the plan-limit tables to match the source of truth (price-tiers.ts in the monorepo, published at rendobar.com/plan-limits.json) and adds a CI guard so they can't drift again.

Fixes (were stale vs the source)

  • Concurrent jobs: Pro 2520
  • API requests/min: 30 / 300120 / 600
  • Max input file: 100 MB / 2 GB500 MB / 10 GB
  • Total R2 storage: 1 GB / 50 GB5 GB / 250 GB
  • Added a Queued backlog row (50 / 1000) and updated the submit-gate wording for the new queue-as-waiting model (submit no longer rejects on concurrency; jobs queue and drain).

Guard

scripts/check-plan-limits.mjs fetches rendobar.com/plan-limits.json and asserts the credits.mdx / limits.mdx tables match it. Wired into the existing validate workflow. Skips gracefully until the JSON is deployed.

Pairs with rendobar/rendobar#314 (queue-as-waiting + tier single-source).

@a-essawy
a-essawy merged commit 1664a93 into main Jul 10, 2026
2 checks passed
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