Cognitive-Face-Python icon indicating copy to clipboard operation
Cognitive-Face-Python copied to clipboard

Rate Limiting Is Difficult

Open secbug opened this issue 6 years ago • 0 comments

Rate limiting is hard to handle higher up in code. It would be extremely useful if there was a globally shared rate limiter that can be set (or voided entirely) at the call level with the API. Maybe look at https://github.com/tomasbasham/ratelimit which would work well since all calls go through CF.util requests.

secbug avatar Mar 06 '19 17:03 secbug