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