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 a07d79eCopy full SHA for a07d79e
data/events/alerts.go
@@ -76,6 +76,8 @@ 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
+ lgr.WithField("message", msg).Debug("marked")
81
return nil
82
}
83
0 commit comments