Customer reported on the "I ran into an issue" button that they were seeing hanging with the sentiment API when they exceeded the 5000 calls/month quota. It's likely that the service is sending a 403/Retry-After and we're trying to retry on that. We should inject a custom policy that instead throws an exception in this case.
Customer reported on the "I ran into an issue" button that they were seeing hanging with the sentiment API when they exceeded the 5000 calls/month quota. It's likely that the service is sending a 403/Retry-After and we're trying to retry on that. We should inject a custom policy that instead throws an exception in this case.