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

Popular posts from this blog

c++ - CPP, 'X' button listener -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -