If a user refresh 100 times => 100 worker calls.
If i have thousand of users doing this, the bill will quickly go up. Specially when i have lot of worker route.
It doesn’t seem there is any mechanism to auto-cache / protect / limit / throttle this from Cloudflare ?
In a monolitih app, there are so many server tool to do this.
But with Cloudflare Worker how would you do this?
I just don’t want to end up with a thousands dollars bill from workers usage