We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f415794 commit c5d90a8Copy full SHA for c5d90a8
src/codeflare_sdk/cluster/cluster.py
@@ -77,6 +77,8 @@ def is_ready(self, print_to_console=True):
77
elif appwrapper.status in [AppWrapperStatus.PENDING]:
78
ready = False
79
status = CodeFlareClusterStatus.QUEUED
80
+ if print_to_console:
81
+ pretty_print.print_app_wrappers_status([appwrapper])
82
return ready, status# no need to check the ray status since still in queue
83
84
# check the ray cluster status
0 commit comments