ping message
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m48s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m48s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user