joshbalfour / node-cognitive-services

Microsoft® Cognitive Services SDK for Node.JS
https://www.microsoft.com/cognitive-services
MIT License
105 stars 45 forks source link

Nice to have: rate limit calls when running in test mode #68

Open miparnisari opened 5 years ago

miparnisari commented 5 years ago

When using the free subscriptions, there is a limit of 1 call/second. It'd be nice to have a rate limiter in place so that the tests don't fail with "rate limit exceeded".

piyush-repo commented 5 years ago

@miparnisari Hey would be glad to contribute on this open source project i was analyzing the code so is that we need have a rate limiter for api calls which are made under common service ( makeRequest)

miparnisari commented 5 years ago

@piyush-repo yep