Forum Discussion
Stefan81
Feb 11, 2019Copper Contributor
ComputerVision throttling problem
Hi! I have a ComputerVision resource in Azure, which I use with my subscription credit for development. The maximum allowed plan is S1, which allows up to 10 calls per second. I have a WebJob to an...
- Feb 22, 2019To finally close this... I wasn't aware of the internals of the library I'm using. But to get the results from the cognitive service, we have to poll, which was happening much faster in Azure, so it didn't run into throttling locally. Not the most elegant solution, but it works.
Stefan81
Feb 22, 2019Copper Contributor
To finally close this... I wasn't aware of the internals of the library I'm using. But to get the results from the cognitive service, we have to poll, which was happening much faster in Azure, so it didn't run into throttling locally. Not the most elegant solution, but it works.