mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Chore: Cleanup command arguments and standardize process count handling (#4541)
Cleans up some command help text and adds more control over process count for command with a Pool
This commit is contained in:
@@ -4,11 +4,7 @@ from paperless_mail import tasks
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
help = """
|
||||
""".replace(
|
||||
" ",
|
||||
"",
|
||||
)
|
||||
help = "Manually triggers a fetching and processing of all mail accounts"
|
||||
|
||||
def handle(self, *args, **options):
|
||||
tasks.process_mail_accounts()
|
||||
|
Reference in New Issue
Block a user