File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -223,13 +223,10 @@ async def state(cluster_id: str):
223223 """
224224 Expects a cluster id.
225225
226- Returns whether the cluster's state according to the log file.
227- If the running state of the cluster has been changed outside BiBiGrid REST, this method cannot detect this.
228-
229- In such cases checking [info](#info)'s ready value is more reliable as it includes a check whether the cluster
230- actually exists on the provider. Ready omits checking the provider and is therefore less reliable, but faster.
231- * @param cluster_id: id of cluster to get ready state from
232- * @return: Message whether cluster is down or up and a bool "ready" whether the cluster is ready.
226+ Returns the cluster's state according to the ~/.config/bibigrid/cluster_info/{cluster_id}.yaml file.
227+ If the running state of the cluster has been changed outside BiBiGrid, this method cannot detect that.
228+ * @param cluster_id: id of cluster to get state from
229+ * @return: cluster state
233230 """
234231 LOG .debug (f"Requested log on { cluster_id } ." )
235232 try :
You can’t perform that action at this time.
0 commit comments