Added functionality that checks for failed imports in queue that are no format upgrades

This commit is contained in:
Benjamin Harder
2024-04-07 14:18:32 +02:00
parent 7312a5a9c6
commit 637b901652
7 changed files with 105 additions and 43 deletions

View File

@@ -7,6 +7,7 @@ REMOVE_TIMER = 10
REMOVE_FAILED = True
REMOVE_METADATA_MISSING = True
REMOVE_MISSING_FILES = True
REMOVE_NO_FORMAT_UPGRADE = True
REMOVE_ORPHANS = True
REMOVE_SLOW = True
REMOVE_STALLED = True