log discovery start
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m53s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m53s
This commit is contained in:
@@ -165,6 +165,8 @@ func NewSyncedPool(local *GrainLocalPool, hostname string, discovery Discovery)
|
||||
|
||||
if discovery != nil {
|
||||
go func() {
|
||||
time.Sleep(time.Second * 5)
|
||||
log.Printf("Starting discovery")
|
||||
ch, err := discovery.Watch()
|
||||
if err != nil {
|
||||
log.Printf("Error discovering hosts: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user