9 Replies
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
yeah I have no idea how the infra works tbh. it is multiple clients sending an API request that is synchronized, but ofc latency per client is different
Thanks for the idea though. Think it’s just a use case that doesn’t fit serverless that well without plenty of hoops to jump through
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
That’s a great idea. I would need something like 1req/3sec but the core idea sounds perfect. Will explore next week
https://developers.cloudflare.com/waf/rate-limiting-rules/#availability I think the features required are only available on highger tier plans unfortunately, and I think the minimum timeout is 10s? Not entirely sure what counting period is
Cloudflare Docs
Rate limiting rules · Cloudflare Web Application Firewall (WAF) docs
Rate limiting rules allow you to define rate limits for requests matching an expression, and the action to perform when those rate limits are reached.
that might only be for WAF actually
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
Working great. thanks for the help @hannes
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View