Please provide link to gitlab issue or ADR(Architecture Decision Record)
Currently, if an indexer service initially fails to index a record, that message will be pushed to the notification queue. This is accepted behavior, but will fail the tests.
Adding in a way to allow a handful of failed indexing messages in the notification integration tests should address this issue.