PlantaFi/plantation

Limit use of RPC, back off (matic vigil)

tomosaigon opened this issue · 0 comments


For public endpoint users, an IP based limit is applied at 150000/day;700/minute;40/second.

We send a 429 status code for all rate limited calls and detailed info in the body such as reset time, etc. We expect applications to build a back off mechanism. We may block IPs if they do not honor the status code and continue to call the API gateway.```

Get it down to 1 call every few seconds at most.