Werk #16075: Notification spooler: Fix possible wrong order of notification processing
Component | Notifications | ||||||
Title | Notification spooler: Fix possible wrong order of notification processing | ||||||
Date | Nov 20, 2023 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
The notification spooler used the mtime of the spool files to determine the order of execution.
In rare cases, the mtime was too imprecise so we now use the mtime in nanoseconds.