We had an alarm storm triggered by a SLNet.SendMessage command occuring every minute
<code>protocol.SLNet.SendMessage(new GenerateAlarmMessage(GenerateAlarmMessage.AlarmSeverity.Information, $"Github Rescue Result {output.Key}:{output.Value}"));</code>
Since they're information events, they can't be cleared and the alarm storm persists. Is there anything else we can do to remove the information events so it doesn't trigger an alarm storm or do we just have to wait it out?
<img src="https://community.dataminer.services/wp-content/uploads/anspress-temp/f513639dd4b68db42a7dda363301f32acb9806b2_3679.png" />
Jeremiah Allen [SLC] [DevOps Advocate] Answered question 7 hours ago
							Hey Micah,
A DMA restart would be the quickest solution as the information events won't clear on their own.
See the answer provided here: Sticky information events
Jeremiah Allen [SLC] [DevOps Advocate] Edited answer 7 hours ago
				