Skip to content

Commit

Permalink
Add RetryCount
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Mar 27, 2024
1 parent c15c4f2 commit 1281671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MyApp/Migrations/Migration1000.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class PostJob
public string? WorkerIp { get; set; }
public DateTime? CompletedDate { get; set; }
public string? Error { get; set; }
public int RetryCount { get; set; }
}

public override void Up()
Expand Down

0 comments on commit 1281671

Please sign in to comment.