eheikes / tts

Tools to convert text to speech :books::speech_balloon:
Apache License 2.0
94 stars 19 forks source link

Retry if AWS request fails #3

Open eheikes opened 7 years ago

eheikes commented 7 years ago

Sometimes AWS has a server error: HTTPError: Response code 503 (Service Unavailable). If this is the case, maybe retry the request.

eheikes commented 7 years ago

This may be built-in with maxRetries... see http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html#constructor-property