4 ms·
"This website has been temporarily rate limited" TIL you shouldn't run a blog on Cloudflare Workers due to rate limiting.
by acejam 4y ago
"This website has been temporarily rate limited"
TIL you shouldn't run a blog on Cloudflare Workers due to rate limiting.
- judge2020 4y agoThis only applies to the free plan[0] - Higher plans work for excessive RPS, but of course it'll balloon your bill with millions of requests. Given this is a blog, a better solution would've been Cloudflare Pages[1], which is their own static site hosting service and provides unlimited requests/bandwidth for free. 0: https://developers.cloudflare.com/workers/platform/pricing/ https://developers.cloudflare.com/workers/platform/pricing/ 1: https://pages.cloudflare.com/#pricing https://pages.cloudflare.com/#pricing