mirror of
https://github.com/Icinga/icingadb.git
synced 2026-02-19 02:28:28 -05:00
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. |
||
|---|---|---|
| .. | ||
| fetch.go | ||
| notifications.go | ||
| sorter.go | ||
| sorter_test.go | ||