Skip to content

Commit

Permalink
Adjust sleep statement
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Oct 28, 2024
1 parent 1a0483a commit c80556e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ray_provider/hooks/ray.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ def _wait_for_load_balancer(

if not lb_details:
self.log.info("LoadBalancer details not available yet.")
time.sleep(retry_interval)
continue

working_address = self._check_load_balancer_readiness(lb_details)
Expand Down

0 comments on commit c80556e

Please sign in to comment.