alexjurkiewicz / spacelift-webhook-receiver

Receive webhooks from Spacelift.io and turn them into Slack messages
MIT License
10 stars 0 forks source link

Change the default states we notify for #3

Closed alexjurkiewicz closed 2 years ago

alexjurkiewicz commented 2 years ago

Was: finished,unconfirmed Now: finished

Notifying for every unconfirmed run was overly spammy. It was leading to alert fatigue where people were ignoring most notifications from the bot.

Instead, only notify on run failures. In this way, the signal-to-noise ratio should be extremely high.

Ideally, we would only like to be notified about unconfirmed runs that have been forgotten. A heuristic might be "not confirmed within x minutes". That would be a nice future feature...