Cloudflare DevelopersCD
Cloudflare Developers5mo ago
4 replies
vijay

Hey everyone, I’ve been exploring

Hey everyone, I’ve been exploring Vectorize for my product in a multi-tenant setup where each tenant gets their own index chunk via namespaces. Because of the worker binding count limit (and lack of dynamic creation), I went with the REST API approach.

But I recently discovered that Cloudflare rate limits HTTP requests (1,000 per 5 minutes), which makes me wonder how Vectorize is supposed to be used effectively in a multi-tenant setup.

I’m confused because Cloudflare advertises 50k indexes per account, but in practice this doesn’t seem possible due to the worker binding limit + request rate limits. Feeling a bit stuck and frustrated—what’s the recommended approach here?
Was this page helpful?