dependabot[bot] on nuget
Bump Azure.Storage.Blobs in /sr… (compare)
dependabot[bot] on nuget
Bump Newtonsoft.Json in /src/Ni… (compare)
DamianMac on build-workflow
upload artifacts (compare)
DamianMac on build-workflow
restore. derp (compare)
DamianMac on build-workflow
set dotnet version (compare)
DamianMac on develop
use env vars (compare)
DamianMac on develop
global (compare)
DamianMac on develop
install cake (compare)
DamianMac on develop
yaml formatting (compare)
DamianMac on develop
yummy yaml (compare)
DamianMac on develop
port build infra directly to gi… (compare)
DamianMac on 4.2.0
DamianMac on large-message-redux
DamianMac on develop
Large message redux (#302) * a… (compare)
Question: When an exception is thrown, nimbus will retry the event. This is a nice feature to have. But there are occasions where we don't want to retry and put it on the deadletter queue immediately for manual intervention.
How can i bypass the retry mechanism and straight to the dead letter queue?
Nimbus.Configuration.PoorMansIocContainer.DependencyResolutionException : No registration for type Nimbus.Transports.WindowsServiceBus.Filtering.ISqlFilterExpressionGenerator
Hey all .. we're getting this message repeatedly in production: "Lock for message c1e4f985949849b6812d55650bdc0def appears to have already expired so we're not dispatching it. Watch out for clock drift between your service bus server and DESKTOP-R6O92KC!"
Obviously we've checked the clocks and there is no drift. We're currently not able to pull any messages off the queue because of this. Anyone else come across this? Cheers.