Particular / NServiceBus.NHibernate

Persistence support for NServiceBus using NHibernate
https://docs.particular.net/nservicebus/nhibernate/
Other
12 stars 32 forks source link

Cleanup task can execute concurrently #333

Closed ramonsmits closed 6 years ago

ramonsmits commented 6 years ago

A timer triggers the outbox cleanup which performance a delete query on the configured database. If the cleanup task runs longer then the cleanup interval these cleanup queries will be executed in parallel.

ramonsmits commented 6 years ago

Resolved in #330, #331 and #332