Skip to content

Commit 786250a

Browse files
committed
mark skipped activity updates
BACK-2559
1 parent 93a978a commit 786250a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/events/alerts.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ func (c *Consumer) consumeAlertsConfigs(ctx context.Context,
7676
if isActivityAndActivityOnly(updatedFields) {
7777
lgr.WithField("updatedFields", updatedFields).
7878
Debug("alerts config is an activity update, will skip")
79+
session.MarkMessage(msg, "")
7980
return nil
8081
}
8182

0 commit comments

Comments
 (0)