guardian / mobile-n10n

n10n for nOTIFICATIOn
Apache License 2.0
26 stars 4 forks source link

Reconfigure notification sender worker alarms #1181

Closed tkgnm closed 11 months ago

tkgnm commented 11 months ago

Why

We have many alarms related to this stack in a permanent state of alarm. This is because they're configured to alarm if no invocations in 6 minutes. However....

What does this change?

This change reconfigures our notification sender worker alarms.

These changes should mean our alarms are more useful and enable us to act on them in case of something going wrong by subscribing them to our alerts channel.

Testing

To test the alerts to our channel, I changed the period to 1 minute and deployed to CODE to ensure we would get alerts.

image