aewhite commented on issue #10289: URL: https://github.com/apache/druid/issues/10289#issuecomment-678274491
@jihoonson I would personally use the built in [RetryPolicy](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/retry/RetryPolicy.html) and configure it directly in the [ClientConfiguration](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/ClientConfiguration.html). But yes, I believe 503 backoff should trigger a retry of some form. I'm not super familiar with the Druid code base yet so I give this advice rather naively. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
