Pages Project limit reached at 36 projects
Hi everyone! I was working on a project where I had multiple static pages to publish from a single repo. I setup a github action that loops over all the directories and publishes a portal on cloudflare pages for it. As part of the free plan, I was under the impression I had unlimited pages; but now I seem to have hit the limit on 36 pages projects. Is this becaue of a daily rate limit or something else? Am I doing something stupid by creating so many projects for each static website im publishing?
Yes I want each project/directory to be under a different url since they are all separate pages projects. Any help and clarification would be hugely appreciated
10 Replies
Pages should have a limit of 100 projects:
https://developers.cloudflare.com/pages/platform/limits/#projects
Cloudflare Docs
Limits | Cloudflare Pages docs
Below are limits observed by the Cloudflare Free plan. For more details on removing these limits, refer to the Cloudflare plans ↗ page.
(can be raised if needed!)
Any idea how I might've hit my limit at 36?
What's your account id?
727fc2d17396a12c2d75cc239e491240
hmm can confirm you only have 36, make sure the account being used is correct
I don't see any API traffic from that account which does indeed indicate the wrong account being used
That was weird for me aswell, since the account is 2 days old and all these 36 portals are published yesterday.
So the api key and account id do seem to be correct (because how else would the portals be published)
@Walshy | Deploying is there some sort of rate limiting on cloudflare? I created a brand new account and tried running my scripts to deploy multiple portals and now Im getting the same error after just 22 projects.
Account ID: bc3557018783ba39154489ef50dbe42a
Nope but I need to figure it out... I'll check it more later
I've been deploying them in batches, each batch of between 5-10 itself takes around 4minutes to run, each job has {batchsizex2}+1 api calls. There's no way I've hit 1200 requests / 5 minutes. Also I haven't been getting a 429 either. (or maybe I have, Im using the cloudflare wrangler action, it just exits with code 1)