mirror of
https://github.com/wassname/ray.git
synced 2026-07-10 02:41:07 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user