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.
1 parent f2801b1 commit 30a31eaCopy full SHA for 30a31ea
src/Polly.Core/Telemetry/ExecutionAttemptArguments.Pool.cs
@@ -7,7 +7,6 @@ public partial class ExecutionAttemptArguments
7
args.ExecutionTime = TimeSpan.Zero;
8
args.Attempt = 0;
9
args.Handled = false;
10
- return true;
11
});
12
13
internal static ExecutionAttemptArguments Get(int attempt, TimeSpan executionTime, bool handled)
0 commit comments