We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed6be89 + caeda53 commit 6723937Copy full SHA for 6723937
src/NServiceBus.AzureFunctions.ServiceBus/Serverless/ServerlessEndpointConfiguration.cs
@@ -20,8 +20,6 @@ protected ServerlessEndpointConfiguration(string endpointName)
20
{
21
EndpointConfiguration = new EndpointConfiguration(endpointName);
22
23
- EndpointConfiguration.Recoverability().Delayed(c => c.NumberOfRetries(0));
24
-
25
recoverabilityPolicy.SendFailedMessagesToErrorQueue = true;
26
EndpointConfiguration.Recoverability().CustomPolicy(recoverabilityPolicy.Invoke);
27
0 commit comments