ray/python/ray/autoscaler
Ian Rodney 32e50b8c67
[Docker] Run docker stop in parallel (#14901)
* first pass at parallel docker stop

* real impl

* use env var variable

* lint fix
2021-03-31 08:41:52 -07:00
..
_private [Docker] Run docker stop in parallel (#14901) 2021-03-31 08:41:52 -07:00
aws [Autoscaler][Docker] Mention nightly images in addition to nightly wheels (#14871) 2021-03-23 17:13:36 -07:00
azure [Autoscaler][Docker] Mention nightly images in addition to nightly wheels (#14871) 2021-03-23 17:13:36 -07:00
gcp [Autoscaler][Docker] Mention nightly images in addition to nightly wheels (#14871) 2021-03-23 17:13:36 -07:00
kubernetes add Serve service by default (#14711) 2021-03-16 10:34:30 -07:00
local [Autoscaler][Docker] Mention nightly images in addition to nightly wheels (#14871) 2021-03-23 17:13:36 -07:00
staroid [autoscaler][interface] Use multi node types in defaults.yaml and example-full.yaml (#14239) 2021-03-03 06:16:19 +02:00
__init__.py EC2 cluster setup scripts and initial version of auto-scaler (#1311) 2017-12-15 23:56:39 -08:00
command_runner.py [docker] Fix restart behavior with Docker (#12898) 2020-12-28 18:56:28 -08:00
node_provider.py Make AWSNodeProvider.create_node return nodes created (#13498) 2021-01-19 12:17:46 -08:00
ray-schema.json set additional_properties to false (#14244) 2021-02-23 00:58:31 +02:00
README.rst [autoscaler] Split autoscaler interface public private (#10898) 2020-09-18 18:16:23 -07:00
sdk.py [autoscaler] Try to improve the request_resources() documentation (#12465) 2020-11-30 16:03:30 -08:00
tags.py [autoscaler] Support legacy cluster configs with the new resource demand scheduler (#11751) 2020-11-04 12:05:48 -08:00

## Note on interface stability.

All the public Python methods and attributes declared in this package can be considered stable public interfaces (except for those in the _private package).

We also guarantee backwards compatibility for the cluster YAMLs.