diff --git a/simplyblock_core/services/storage_node_monitor.py b/simplyblock_core/services/storage_node_monitor.py index 7a0cd7cb2..5389baeaa 100644 --- a/simplyblock_core/services/storage_node_monitor.py +++ b/simplyblock_core/services/storage_node_monitor.py @@ -179,7 +179,7 @@ def update_cluster_status(cluster_id): # that may early-return. Otherwise OFFLINE/SCHEDULABLE nodes can stay # stranded whenever the cluster takes a recovery path (e.g. # DEGRADED -> ACTIVE). - _requeue_stuck_auto_restarts(cluster_id) + # _requeue_stuck_auto_restarts(cluster_id) next_current_status = get_next_cluster_status(cluster_id) logger.info("cluster_new_status: %s", next_current_status)