mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Save to the request queue !wip
This commit is contained in:
parent
b1e6fd313b
commit
207fbe0a8f
4 changed files with 110 additions and 34 deletions
|
@ -9,6 +9,8 @@ namespace Ombi.Store.Entities
|
|||
public int RequestId { get; set; }
|
||||
public RequestType Type { get; set; }
|
||||
public DateTime Dts { get; set; }
|
||||
public string Error { get; set; }
|
||||
public DateTime Completed { get; set; }
|
||||
public int RetryCount { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue