mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-23 23:51:56 -04:00
Trigger queue cleaner sequentially (#14)
* added option to run queue cleaner after content blocker * updated readme to clearly state what the jobs do
This commit is contained in:
@@ -5,6 +5,8 @@ public sealed record QueueCleanerConfig : IJobConfig
|
||||
public const string SectionName = "QueueCleaner";
|
||||
|
||||
public required bool Enabled { get; init; }
|
||||
|
||||
public required bool RunSequentially { get; init; }
|
||||
|
||||
public void Validate()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user