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
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...