Open eheikes opened 7 years ago
Sometimes AWS has a server error: HTTPError: Response code 503 (Service Unavailable). If this is the case, maybe retry the request.
HTTPError: Response code 503 (Service Unavailable)
This may be built-in with maxRetries... see http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html#constructor-property
maxRetries
Sometimes AWS has a server error:
HTTPError: Response code 503 (Service Unavailable)
. If this is the case, maybe retry the request.