icingadb/pkg/notifications
Alvar Penning 597ef9ddd4
notifications.fetchCustomVarFromSql: Retry SQL query
The fetchCustomVarFromSql method is used deep in the call trace to fetch
custom variables for notification events to be submitted to the Icinga
Notifications API. If, for whatever reason, the SQL query within this
method fails, the event will be discarded.

By retrying the SQL query using our usual retry logic, temporary
database hiccups do not result in loosing an event.
2026-01-14 10:10:59 +01:00
..
fetch.go notifications.fetchCustomVarFromSql: Retry SQL query 2026-01-14 10:10:59 +01:00
notifications.go notifications: Mute and Unmute Events 2025-11-17 09:20:07 +01:00
sorter.go notifications: Speed up StreamSorter Tests 2025-11-17 09:20:07 +01:00
sorter_test.go notifications: Speed up StreamSorter Tests 2025-11-17 09:20:07 +01:00