Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Tingaikin <49399980+denis-tingaikin@users.noreply.github.com>
Signed-off-by: Ruslan Bayandinov <45530296+wazsone@users.noreply.github.com>
  • Loading branch information
wazsone and denis-tingaikin authored Mar 7, 2023
1 parent 751a343 commit 7c07297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ func monitorEvents(ctx context.Context, out chan<- mapipwriter.Event, getWatchFn
if w == nil {
log.FromContext(ctx).Errorf("cant supply watcher")
time.Sleep(time.Second / 2)
w = getWatchFn()
continue
}

Expand Down

0 comments on commit 7c07297

Please sign in to comment.