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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -