mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
![]() This change adds launch failures to the recent failures section of ray status when a node provider provides structured error information. For node providers which don't provide this optional information, there is now change in behavior. For reference, when trying to launch a node type with a quota issue, it looks like the following. InsufficientInstanceCapacity is the standard term for this issue.. ``` ======== Autoscaler status: 2022-08-11 22:22:10.735647 ======== Node status --------------------------------------------------------------- Healthy: 1 cpu_4_ondemand Pending: quota, 1 launching Recent failures: quota: InsufficientInstanceCapacity (last_attempt: 22:22:00) Resources --------------------------------------------------------------- Usage: 0.0/4.0 CPU 0.00/9.079 GiB memory 0.00/4.539 GiB object_store_memory Demands: (no resource demands) ``` ``` available_node_types: cpu_4_ondemand: node_config: InstanceType: m4.xlarge ImageId: latest_dlami resources: {} min_workers: 0 max_workers: 0 quota: node_config: InstanceType: p4d.24xlarge ImageId: latest_dlami resources: {} min_workers: 1 max_workers: 1 ``` Co-authored-by: Alex <alex@anyscale.com> |
||
---|---|---|
.. | ||
ray | ||
requirements | ||
asv.conf.json | ||
build-wheel-macos-arm64.sh | ||
build-wheel-macos.sh | ||
build-wheel-manylinux2014.sh | ||
build-wheel-windows.sh | ||
MANIFEST.in | ||
README-building-wheels.md | ||
requirements.txt | ||
requirements_linters.txt | ||
requirements_ml_docker.txt | ||
setup.py |