mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 02:38:44 +00:00
improved logging when waiting for auto-scaling group to produce healthy instance
This commit is contained in:
+1
-1
@@ -1439,7 +1439,7 @@ public class LandscapeServiceImpl implements LandscapeService {
|
||||
return Wait.wait(()->hasHealthyAutoScalingReplica(master, autoScalingGroup), healthyReplica->healthyReplica != null,
|
||||
/* retryOnException */ true,
|
||||
Landscape.WAIT_FOR_HOST_TIMEOUT, Duration.ONE_SECOND.times(5), Level.INFO,
|
||||
"Waiting for auto-scaling group to produce healthy replica");
|
||||
"Waiting for auto-scaling group "+autoScalingGroup.getName()+" to produce healthy replica");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user