From f76552d8dbce221888a53b7812885e20fe833584 Mon Sep 17 00:00:00 2001 From: Ian Rodney Date: Mon, 22 Jun 2020 15:02:45 -0700 Subject: [PATCH] [autoscaler] Expose cache_stopped_nodes in Example YAML (#8981) --- python/ray/autoscaler/aws/example-full.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/ray/autoscaler/aws/example-full.yaml b/python/ray/autoscaler/aws/example-full.yaml index f3fffa121..2586cc8aa 100644 --- a/python/ray/autoscaler/aws/example-full.yaml +++ b/python/ray/autoscaler/aws/example-full.yaml @@ -56,6 +56,9 @@ provider: # Nodes are currently spread between zones by a round-robin approach, # however this implementation detail should not be relied upon. availability_zone: us-west-2a,us-west-2b + # Whether to allow node reuse. If set to False, nodes will be terminated + # instead of stopped. + cache_stopped_nodes: True # If not present, the default is True. # How Ray will authenticate with newly launched nodes. auth: