Skip to content

Commit

Permalink
Update sky/job/controller.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zongheng Yang <[email protected]>
  • Loading branch information
Michaelvll and concretevitamin authored May 1, 2024
1 parent 1564583 commit 7a987f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/job/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def _run_one_task(self, task_id: int, task: 'sky.Task') -> bool:
# Some spot resource (e.g., Spot TPU VM) may need to be
# cleaned up after preemption, as running launch again on
# those clusters again may fail.
logger.info('Cleaning up the preempted or failed spot '
logger.info('Cleaning up the preempted or failed '
'cluster...')
recovery_strategy.terminate_cluster(cluster_name)

Expand Down

0 comments on commit 7a987f0

Please sign in to comment.