You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There can be a race condition if a previous termination of a cluster is in progress when instance.terminate_instance is triggered for a cluster, and this leads to a log
W 01-19 09:12:13 instance_utils.py:112] Got return code 'RESOURCE_NOT_FOUND' in us-central1-b: "The resource 'projects/sky-dev-465/zones/us-central1-b/instances/t-managed-jobs-storage-6e-c-6i-d604-head-ayl04fyq-compute' was not found"
and an error:
ProvisionerError: Operation failed
The text was updated successfully, but these errors were encountered:
There can be a race condition if a previous termination of a cluster is in progress when
instance.terminate_instance
is triggered for a cluster, and this leads to a logand an error:
The text was updated successfully, but these errors were encountered: