Ratelimits on wrangler pages deploy

Hi, we have an opensource repo that has 2 pages builds for every PR. Occassionally they fail with ratelimits. We don't have a lot of prs/deployments so we are not sure why they fail.
wrangler pages deploy --project-name=scuffle-docusaurus-docs --branch=pr/483 --commit-hash=ff05895b8290482f023bb0f1068fecf9795f15a2 --commit-dirty=true ./docs/build
wrangler pages deploy --project-name=scuffle-docusaurus-docs --branch=pr/483 --commit-hash=ff05895b8290482f023bb0f1068fecf9795f15a2 --commit-dirty=true ./docs/build
See this ci run for example. A typical deploy command looks like such. We do not use cloudflare pages build system we use our own ci to build the javascript and all we use pages for is for hosting. Our account id is: 6ca7d4e3d5c9496083876496fc36b8b0 The two deployments are scuffle-docusaurus-docs.pages.dev and scuffle-docrs.pages.dev
โœ˜ [ERROR] A request to the Cloudflare API (/accounts/***/pages/projects/scuffle-docusaurus-docs) failed.

Rate limited. Please wait and consider throttling your request speed [code: 10000]


๐Ÿ“Ž It looks like you are authenticating Wrangler via a custom API token set in an environment variable.
Please ensure it has the correct permissions for this operation.
โœ˜ [ERROR] A request to the Cloudflare API (/accounts/***/pages/projects/scuffle-docusaurus-docs) failed.

Rate limited. Please wait and consider throttling your request speed [code: 10000]


๐Ÿ“Ž It looks like you are authenticating Wrangler via a custom API token set in an environment variable.
Please ensure it has the correct permissions for this operation.
2 Replies
Troy
TroyOPโ€ข6mo ago
bump
Troy
TroyOPโ€ข6mo ago
GitHub
Ratelimits on wrangler pages deploy ยท Issue #372 ยท cloudflare/wra...
Hi, we have an opensource repo that has 2 pages builds for every PR. Occassionally they fail with ratelimits. We don't have a lot of prs/deployments so we are not sure why they fail. wrangler p...

Did you find this page helpful?