Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Because: - NAV's eventengine will not dispatch delayed alerts inside a database transaction, while immediate alerts are. However, the export to navargus occurs before the transaction is committed, which can result in notifications about alerts we cannot see in the database yet. - The simplest workaround is to just wait a second if we cannot find the referenced alert. This workaround should be removed once eventengine is fixed again.
- Loading branch information