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

This commit is contained in:
2025-11-20 18:48:26 +01:00
parent 0514fa063f
commit 9b0821926c

View File

@@ -147,7 +147,7 @@ class ClusterManager:
self.valid = False self.valid = False
except UnboundLocalError as ule: 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 self.valid = False
except Exception as e: except Exception as e:
self.logger.warning(f"Error fetching clusters: {e}") self.logger.warning(f"Error fetching clusters: {e}")