mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(archival): 🐛🚧 temp disable RELEASE job failing due to config issue
ref #2695
This commit is contained in:
parent
5fe27ee9c4
commit
fb20331648
1 changed files with 2 additions and 2 deletions
|
|
@ -31,12 +31,12 @@ public static void UseApplication(this IApplicationBuilder app)
|
|||
|
||||
private static void ScheduleArchival()
|
||||
{
|
||||
#if DEBUG
|
||||
// TODO: fix InvalidOperationException and re-enable
|
||||
#if DEBUG
|
||||
//JobStorage.Current?.GetMonitoringApi()?.PurgeJobs();
|
||||
//new EnqueueArchiveAllLists.Command().EnqueueBackgroundJob();
|
||||
#else
|
||||
new EnqueueArchiveAllLists.Command().AddOrUpdateRecurringJob(Cron.Daily);
|
||||
//new EnqueueArchiveAllLists.Command().AddOrUpdateRecurringJob(Cron.Daily);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue