How to rate limit per hour?
I'm expecting bursty behavior so a per-user limit of 25 requests/hr seems ideal
2 Replies
Hello, you can use Web Application Firewall Rules for that. Go to your domain -> Security -> WAF -> Rate limiting rules.
OK. thanks! I ended up just building a custom solution with Workers KV
Is there a way to mark this thread as solved?