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 93a978a commit 786250aCopy full SHA for 786250a
data/events/alerts.go
@@ -76,6 +76,7 @@ func (c *Consumer) consumeAlertsConfigs(ctx context.Context,
76
if isActivityAndActivityOnly(updatedFields) {
77
lgr.WithField("updatedFields", updatedFields).
78
Debug("alerts config is an activity update, will skip")
79
+ session.MarkMessage(msg, "")
80
return nil
81
}
82
0 commit comments