diff --git a/meshsync/exec.go b/meshsync/exec.go index 5e4d7e20..ee82a813 100644 --- a/meshsync/exec.go +++ b/meshsync/exec.go @@ -7,6 +7,7 @@ import ( "io/ioutil" "os" "strings" + "time" "github.com/google/uuid" "github.com/layer5io/meshkit/broker" @@ -88,6 +89,8 @@ func (h *Handler) streamChannelPool() error { if err != nil { h.Log.Error(ErrGetObject(err)) } + + time.Sleep(10 * time.Second) } }()