Skip to content

Commit

Permalink
Update sky/serve/load_balancer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zhanghao Wu <[email protected]>
  • Loading branch information
cblmemo and Michaelvll authored May 8, 2024
1 parent 097b85d commit b43efda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/serve/load_balancer.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _sync_with_controller(self):
ready_replica_urls = response.json().get(
'ready_replica_urls')
except requests.RequestException as e:
logger.error(f'An error occurred: {e}')
logger.error(f'An error occurred when syncing with the controller: {e}')
else:
logger.info(f'Available Replica URLs: {ready_replica_urls}')
with self._client_pool_lock:
Expand Down

0 comments on commit b43efda

Please sign in to comment.