Skip to content

Commit

Permalink
Update IHarnessV1.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Oct 15, 2024
1 parent 625022a commit a28b4d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Hangfire.Harness/Processing/IHarnessV1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ namespace Hangfire.Harness.Processing
{
public interface IHarnessV1
{
[AutomaticRetry(Attempts = 1, OnAttemptsExceeded = AttemptsExceededAction.Delete)]
Task Perform(int delay);

[Queue("{0}")]
Expand Down

0 comments on commit a28b4d4

Please sign in to comment.