Need to controll calling 3rd party API calling per minute (throttling) in .net core
I am consuming 3rd party API in my service. My service is been called by azure service bus trigger function.
The problem is 3rd party API restricting 45 requests per minute(they are doing throttling and giving 429 ).