DamianMac on develop
fix missing comma (compare)
DamianMac on develop
Update redis client (#306) * r… (compare)
DamianMac on update-redis-client
user myget instead (compare)
DamianMac on update-redis-client
nuget tweaks (compare)
DamianMac on update-redis-client
big update, skip integration te… (compare)
DamianMac on update-redis-client
deprecated cakes (compare)
DamianMac on update-redis-client
derping on dotnet versions (compare)
DamianMac on update-redis-client
net 6 upgrade (compare)
DamianMac on update-redis-client
rev redis binaries build this branch (compare)
DamianMac on develop
github secrets (compare)
DamianMac on develop
Release Dotnet 5 / core branch … (compare)
DamianMac on build-workflow
added in newget task (compare)
DamianMac on build-workflow
go back to full integration tes… (compare)
DamianMac on build-workflow
specify trx files (compare)
DamianMac on build-workflow
typo in unit test path (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?