mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
Finished off the job
This commit is contained in:
parent
207fbe0a8f
commit
da5d4f0738
17 changed files with 241 additions and 122 deletions
|
@ -61,6 +61,10 @@ namespace Ombi.Settings.Settings.Models
|
|||
{
|
||||
return Get(s.IssuesPurge, Cron.Daily());
|
||||
}
|
||||
public static string ResendFailedRequests(JobSettings s)
|
||||
{
|
||||
return Get(s.RetryRequests, Cron.Daily(6));
|
||||
}
|
||||
|
||||
private static string Get(string settings, string defaultCron)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue