strange
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 26s
Build and Publish / BuildAndDeploy (push) Successful in 2m19s

This commit is contained in:
matst80
2024-11-13 09:36:35 +01:00
parent 09b9714083
commit 47f6269f60

View File

@@ -332,6 +332,7 @@ func (p *SyncedPool) RequestOwnership(id CartId) error {
all++
if err != nil {
if !r.IsHealthy() {
log.Printf("Ownership: Removing host, unable to communicate with %s", r.Host)
p.RemoveHost(r)
all--
} else {