Skip to content

Commit

Permalink
form
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanvaidya45 committed Nov 29, 2023
1 parent dcce5b1 commit cfd41ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sky/backends/cloud_vm_ray_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -2860,8 +2860,8 @@ def _provision(
# install sky from PyPI.
local_wheel_path, wheel_hash = wheel_utils.build_sky_wheel()
# The most frequent reason for the failure of a provision
# request is resource unavailability instead of rate
# limiting; to make users wait shorter, we do not make
# request is resource unavailability instead of rate
# limiting; to make users wait shorter, we do not make
# backoffs exponential.
backoff = common_utils.Backoff(
initial_backoff=_RETRY_UNTIL_UP_INIT_GAP_SECONDS,
Expand Down

0 comments on commit cfd41ad

Please sign in to comment.