Skip to content
Snippets Groups Projects

Cleanup archived workers and models

Merged Erwan Rouchet requested to merge archived-cleanup into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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…')
Loading