What happens when Amazon Polly throttling limits are reached? -
the amazon polly tts service has throttle policy after threshold of between 10 , 40 requests per second, defined here: http://docs.aws.amazon.com/polly/latest/dg/limits.html
the developer documentation doesn't specify happens when threshold passed. polly service block on requests maintain threshold, or throw error?
Comments
Post a Comment