Save to the request queue !wip

This commit is contained in:
TidusJar 2018-12-03 20:54:01 +00:00
parent b1e6fd313b
commit 207fbe0a8f
4 changed files with 110 additions and 34 deletions

View file

@ -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; }
}
}