logs
Build and Publish / Metadata (push) Successful in 12s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 1m9s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m59s

This commit is contained in:
2025-11-18 18:19:31 +01:00
parent dd8e23aadd
commit 4eb621bae4
+1
View File
@@ -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: