if you need lots of customer assets though, well you can only have 500 workers even on paid, and there's limits on assets/would be messy to intermingle, you'd probably want to just throw their custom stuff into KV
I was saying 500 workers max as you'd likely want to do a worker per customer, like you would a pages project per customer, if they had all their own assets. But hard with the hard-ish cap on workers
500 Workers, meaning, only 500 Cloudflare Workers you can create. A Single worker can do a billion requests, not limited in scale, or running location, or anything
If you're going Worker, you'd want to use the R2 Binding, and then you'd want to use the Cache API as well. Worth noting any Cache API hits wouldn't cost you anything
can't buy vps's or dedi's no, Cloudflare also doesn't own any data centers, merely colocating at existing ones, possible you could colocate at the same location but why
could try finding the Facility they're in and colocating there, possible it's listed on Cloudflare's peeringdb, I'm sure you could google for datacenters in your area as well to colocate in
I getting an error “invalid hostname” when trying to add a custom domain with a wildcard to my worker. This worked in the past. Anybody know what's up with that?