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

engine/schedulemanager: fix sending messages to multiple Slack channels at the same time #1879

Merged
merged 5 commits into from
Aug 30, 2021

Conversation

mastercactapus
Copy link
Member

Description:
Fixes an issue where multiple on-call notifications would fail to send at the same time (for separate channels).

Additional Info:
When collecting the messages to be sent we were tracking them so that a schedule ID mapped to a single channel ID. Now they are stored as a slice of channel IDs -- with care taken to ensure we don't send duplicate messages to the same channel.

@mastercactapus mastercactapus merged commit 3174e5d into master Aug 30, 2021
@mastercactapus mastercactapus deleted the slack-oncall-multichan branch August 30, 2021 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants