Ramon Smits
Ramon Smits
- Made sections from warnings - Indicating that using `RequireImmediateDispatch` with a regular `IMessageSession` or send-only endpoint does not have any impact - Expanded for readability
- Related to : https://github.com/Particular/NServiceBus.Persistence.Sql/issues/778 By default instances will be competing for the outbox cleanup task. If for instances the endpoint is scaled out to 5 instances then the cleanup...
The container registration for storage context can throw a NullReferenceException. This fails any container registrations verifications at startup. Alternatively the container registration should not throw NullReferenceException but at runtime throw...
When there are no saga state changes we will still do an UPDATE that increments the "Concurrency" column https://github.com/Particular/NServiceBus.Persistence.Sql/blob/9affa576774df39fe4b746409329eb181e1dbab6/src/SqlPersistence/Saga/SqlDialect_MsSqlServer.cs#L71-L78 This causes an unneeded roundtrip to the database. Network IO is...
When there are no saga state changes we will still do an UPDATE with the saga state https://github.com/Particular/NServiceBus.Persistence.Sql/blob/9affa576774df39fe4b746409329eb181e1dbab6/src/SqlPersistence/Saga/SqlDialect_MsSqlServer.cs#L71-L78 Unnecessary network IO is spent which will be problematic if the saga...
The following PR resolved an obsolete compiler warning by suppressing it: - https://github.com/Particular/NServiceBus.AmazonSQS/pull/1707 The obsolete message: > [CS0618] 'IClientConfig.DetermineServiceURL()' is obsolete: 'This operation is obsoleted because as of version 3.7.100...
When `SqlServer.DisableDelayedDelivery` is set transport still returns `DoNotDeliverBefore` and `DelayDeliveryWith` constraints to core. The setting doesn't really disable delayed delivery, its behavior is: "dont check for timeouts, and don't create...
After upgrading to v0.13.2 by enabling test mode I tried running Catabile and Reaper but both crash at start. Event viewer: ``` Faulting application name: reaper.exe, version: 6.1.9.0, time stamp:...
SAR: 0.13.1 Windows: 20H2 DAW: Reaper + Cantabile I have configured SAR as follows:  This means I have 2 incoming mono and 2 outgoings stereo (4 mono)...