-
Notifications
You must be signed in to change notification settings - Fork 309
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
Move slack log report from message thread to button #4686
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.
I propose to remove the "post log message" logic but keep the "update log message" logic (at least for some time), otherwise existing messages will just suddenly stop updating. WDYT?
good point Vadim |
Here is the intermediate step to stop posting new messages #4750 |
"apps.slack.helpers.alert_group_representative.on_alert_group_action_triggered_async": {"queue": "slack"}, | ||
"apps.slack.helpers.alert_group_representative.on_alert_group_update_log_report_async": {"queue": "slack"}, | ||
"apps.slack.helpers.alert_group_representative.on_create_alert_slack_representative_async": {"queue": "slack"}, |
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.
removing these because apps.slack.helpers
is not a valid directory and there's no logs over the past 30 days for apps.slack.helpers
Will do a follow up PR shortly to actually drop these two tasks (once there’re none left in the queue) + drop the |
…/oncall into iskhakov/remove-slack-log-report
# What this PR does Follow up to #4686 ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes.
What this PR does
Continuation of Add slack button to show log report #4641
Which issue(s) this PR closes
Closes #3849
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.