Particular / NServiceBus.Transport.Msmq

MSMQ transport for NServiceBus
https://docs.particular.net/nservicebus/msmq/
Other
5 stars 11 forks source link

Stop flooding logs in FailureRateCircuitBreaker #630

Closed danielmarbach closed 8 months ago

danielmarbach commented 8 months ago

The timer callback was previously reporting an INFO message every 30 seconds. Now only logged if the circuit breaker was previously set due to a failure.