clarify logs and gitignore and skipping vendor from now on
Former-commit-id: c8b61b58379d768f04e1593c2a77cf429407cf62
This commit is contained in:
@@ -53,7 +53,7 @@ func (m *Monitor) triggered() <-chan time.Time {
|
||||
return nil
|
||||
}
|
||||
block := time.Until(top.Last().Add(top.Interval()))
|
||||
log.Printf("blocking %v until next task", block)
|
||||
log.Printf("[triggered] blocking %v until next task", block)
|
||||
return time.After(time.Until(top.Last().Add(top.Interval())))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user