logs
This commit is contained in:
@@ -46,6 +46,7 @@ func UseDiscovery(pool actor.GrainPool[*cart.CartGrain]) {
|
|||||||
switch evt.IsReady {
|
switch evt.IsReady {
|
||||||
case false:
|
case false:
|
||||||
if pool.IsKnown(evt.Host) {
|
if pool.IsKnown(evt.Host) {
|
||||||
|
log.Printf("Host %s is not ready, removing", evt.Host)
|
||||||
pool.RemoveHost(evt.Host)
|
pool.RemoveHost(evt.Host)
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user