[autoscaling] increase connect timeout, boto retries, and check subnet conf (#1422)

* some autoscaling config tweaks

* Sun Jan 14 13:56:55 PST 2018

* Mon Jan 15 14:21:09 PST 2018

* increase backoff

* Mon Jan 15 14:40:47 PST 2018

* check boto version
This commit is contained in:
Eric Liang
2018-01-16 16:11:09 -08:00
committed by GitHub
parent eac11c252c
commit b8811cbe34
5 changed files with 41 additions and 16 deletions
+3
View File
@@ -18,3 +18,6 @@ AUTOSCALER_UPDATE_INTERVAL_S = 5
# The autoscaler will attempt to restart Ray on nodes it hasn't heard from
# in more than this interval.
AUTOSCALER_HEARTBEAT_TIMEOUT_S = 30
# Max number of retries to AWS (default is 5, time increases exponentially)
BOTO_MAX_RETRIES = 12