fix: linter formatting and improve code readability
Build & Test (NowChessSystems) TeamCity build finished

This commit is contained in:
2026-05-14 10:47:40 +02:00
parent 960a419792
commit 4a36096a55
3 changed files with 9 additions and 1 deletions
@@ -192,7 +192,11 @@ class HealthMonitor:
log.debugf("No pod found for instance %s, skipping deletion", instanceId)
catch
case ex: Exception =>
log.warnf(ex, "Failed to delete pod for instance %s — removing from registry to prevent blocking scale-down", instanceId)
log.warnf(
ex,
"Failed to delete pod for instance %s — removing from registry to prevent blocking scale-down",
instanceId,
)
instanceRegistry.removeInstance(instanceId)
private def validateStartupInstances(timeoutMs: Long): Unit =