ping message
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m48s

This commit is contained in:
matst80
2024-11-09 21:32:19 +01:00
parent 5c0ba4c9a4
commit a231fbd705

View File

@@ -55,6 +55,7 @@ func NewSyncedPool(local *GrainLocalPool, hostname string, d Discovery) (*Synced
go func() {
for {
<-pingTimer.C
log.Printf("Pinging remotes %d\n", len(pool.remotes))
for i, r := range pool.remotes {
err := DoPing(r)
if err != nil {