Rest
Rest copied to clipboard
RateLimit Routine
A routine that receives an IP address and must return false if not being rate-limited or an integer with number of seconds to retry. Implement 429 status code as well.
I'm just thinking about this quick in passing but when I saw this before I thought perfect fit for when t Routineablle but that means true if not being rate limited and false which would prevent the call from going further.
Or did you have something else in mind?