From dc31055f7764907bf42e3f425e4146e15fa04877 Mon Sep 17 00:00:00 2001 From: Erwan Rouchet <rouchet@teklia.com> Date: Tue, 16 Apr 2024 08:04:24 +0000 Subject: [PATCH] :obumpa: --- arkindex/documents/management/commands/cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkindex/documents/management/commands/cleanup.py b/arkindex/documents/management/commands/cleanup.py index b1316eba1a..0d38204adf 100644 --- a/arkindex/documents/management/commands/cleanup.py +++ b/arkindex/documents/management/commands/cleanup.py @@ -312,7 +312,7 @@ class Command(BaseCommand): def cleanup_archived_workers(self): """ - Remove Worker instances that have been archived for longer than the configured model cleanup delay + Remove Worker instances that have been archived for longer than the configured worker cleanup delay and that are not being used in any worker result. """ self.stdout.write('Removing archived workers…') -- GitLab