Hi all, new developer here. I have a question about the API rate limits mentioned here, specifically the limit per IP address.
I’m thinking about using Cloudflare Workers for my app. These use specific IP ranges. The app will involve an initial import of (potentially) thousands of items per user, and keeping them in sync with a third-party system thereafter.
Given the limit per IP address, does this mean that if more app developers were to use Cloudflare Workers we would all be sharing the same 5,000 req/min pool?
Regardless of hosting solution, does the limit per IP address mean the amount of users you can serve with your app is (theoretically) capped? Or does it mean 5,000 req/min per account?
The only post/comment I was able to find about this was this one, but doesn’t answer my question.