I do know of the new API Gateway. I will have to look into it more. Is it ready for production?
When I said… I don’t want some code error to make tens of thousands of requests by accident. I mean I don’t want bad code I may have written to cause a request loop.
I’ve done this in development before… a couple times. And of course I test for this and make sure it won’t happen. But mistakes do happen… it’s life.
I guess what I’m asking is… is there a way to shut down a service or Worker if you need to?
I’ve seen the advanced rate limiting… and while I have not deeply looked into it… I thought it only works if you host your app on Cloudflare.
I am only using Workers… KV… and Durable Objects for my API and persistent storage. I was planning on hosting on Vercel since my app is written in NextJS.