Skip to content
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

[Bug] Adding the message template in SlackAPIError when channel is archived #4580

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

jschroth
Copy link
Contributor

@jschroth jschroth commented Apr 3, 2024

Something is causing the an attempt to do something with an archived incident channel and incident. In this case, in the incident commander is removed from the channel because the slack account is deactivated and it is unclear why there is a job trying to add the person back. Trying to figure out where this is happening and the only thing, aside from updating all the calls with different notifications types, was to include the template. Then when/if it happens again, we can trace where it is coming from.

Trying to figure out where this is happening and the only thing, aside from updating all the calls with different notifications types, was to include the template. Then when/if it happens again, we can trace where it is coming from.
@jschroth jschroth added the bug Something isn't working label Apr 3, 2024
@jschroth
Copy link
Contributor Author

jschroth commented Apr 3, 2024

I believe the error I am trying to find is in send_incident_commander_readded_notification - just decline this if you do not think this will be useful for debugging other issues

@jschroth jschroth merged commit 9b172e0 into master Apr 3, 2024
9 checks passed
@jschroth jschroth deleted the slack_archived_error_msg branch April 3, 2024 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants