fix for cluster manager
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 2m11s
Run linting on the backend code / Build (pull_request) Failing after 2m22s
Run testing on the backend code / Build (pull_request) Failing after 2m26s
Build and deploy the backend to staging / Deploy to staging (pull_request) Failing after 3h3m27s
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 2m11s
Run linting on the backend code / Build (pull_request) Failing after 2m22s
Run testing on the backend code / Build (pull_request) Failing after 2m26s
Build and deploy the backend to staging / Deploy to staging (pull_request) Failing after 3h3m27s
This commit is contained in:
@@ -147,7 +147,7 @@ class ClusterManager:
|
||||
self.valid = False
|
||||
|
||||
except UnboundLocalError as ule:
|
||||
self.logger.warning(f"Error fetching clusters (most likely due to overpass): {e}")
|
||||
self.logger.warning(f"Error fetching clusters due to overpass crash: {ule}")
|
||||
self.valid = False
|
||||
except Exception as e:
|
||||
self.logger.warning(f"Error fetching clusters: {e}")
|
||||
|
||||
Reference in New Issue
Block a user