Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Merge branch 'stream-logs-from-now'
Browse files Browse the repository at this point in the history
  • Loading branch information
pda committed May 13, 2021
2 parents 260c742 + 73c315f commit 957738d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runner/cloudwatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,12 @@ func (lw *logWatcher) Watch(ctx context.Context) error {
Timeout: lw.Timeout,
}

after := time.Now().Unix() * 1000

if err := waiter.Wait(ctx); err != nil {
return err
}

var after int64
var err error

pollInterval := lw.Interval
Expand Down

0 comments on commit 957738d

Please sign in to comment.