I have been trying to troubleshoot if rate-limiting is working. I have the environment variable set as enabled. Im able to hit the update endpoint through the web-sdk 480 times within 1 minute without being rate-limited.
I have tried the register endpoint aswell, but still no luck there. This is connected directly to the endpoint through a Nginx proxy. Im able to see my correct Ip and all the 480 logs in the document I create
TL;DR
Developers trying to confirm if rate-limiting is functioning properly by testing the update and register endpoints. Rate limit environment variable is enabled, yet able to hit the update endpoint 480 times in 1 minute without being limited. Connected via Nginx proxy and can see correct IP in logs.