-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix acknowledge reminder task #5179
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -41,7 +41,6 @@ def get_handlers_map(): | |||
AlertGroupLogRecord.TYPE_AUTO_UN_ACK: "alert_group_action", | |||
AlertGroupLogRecord.TYPE_RESOLVED: "alert_group_action", | |||
AlertGroupLogRecord.TYPE_UN_RESOLVED: "alert_group_action", | |||
AlertGroupLogRecord.TYPE_ACK_REMINDER_TRIGGERED: "alert_group_action", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have reminders for telegram, do we? (so was this doing nothing?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct, it's a slack-specific feature.
After receiving the signal Telegram representative updates messages related to the alert group (main message and log), but in this case it does it for nothing, since alert group status was not changed and we don't show reminder logs in alert group timeline.
What this PR does
alert_group_action_triggered_signal
since it is used only to post reminder message in Slack thread and it's not needed to be processed by other representativesWhich issue(s) this PR closes
Related to https://github.com/grafana/oncall-private/issues/2953
Checklist
pr:no public docs
PR label added if not required)release:
). These labels dictate how your PR willshow up in the autogenerated release notes.