DB connectivity Exception in outbox cleanup will result in endpoint crashing #137
Closed
Description
opened on Oct 19, 2015
From https://groups.google.com/forum/#!topic/particularsoftware/Yvsakhr14Lo
If a connection to the DB fails in RemoveEntriesOlderThan https://github.com/Particular/NServiceBus.NHibernate/blob/master/src/NServiceBus.NHibernate/Outbox/OutboxPersister.cs#L91 then the exception will bubble and the endpoint will crash.
Who's affected
- Any user using the Outbox feature
Symptoms
If the connection to the database is intermittent, and fails when the Outbox feature attempts to clean up outdated records, the endpoint will fail.
Activity