We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cec1e8 commit 07bdde5Copy full SHA for 07bdde5
dispatch/dispatch.go
@@ -453,6 +453,7 @@ func (ag *aggrGroup) run(nf notifyFunc) {
453
ctx = notify.WithRepeatInterval(ctx, ag.opts.RepeatInterval)
454
ctx = notify.WithMuteTimeIntervals(ctx, ag.opts.MuteTimeIntervals)
455
ctx = notify.WithActiveTimeIntervals(ctx, ag.opts.ActiveTimeIntervals)
456
+ ctx = notify.WithRouteID(ctx, ag.routeID)
457
458
// Wait the configured interval before calling flush again.
459
ag.mtx.Lock()
0 commit comments