target / goalert

Open source on-call scheduling, automated escalations, and notifications so you never miss a critical alert
https://goalert.me
Apache License 2.0
2.22k stars 240 forks source link

engine/statusmgr: Skip status updates without an associated log entry #3794

Closed mastercactapus closed 6 months ago

mastercactapus commented 6 months ago

Description: This PR introduces logic to "skip" status updates that are missing log entries.

Currently, these updates will result in all status updates failing indefinitely, or until the alert has no changes for 7 days.

The new behavior has the following properties:

Which issue(s) this PR fixes: Closes #3783

Additional Info: