6
Skip scheduled email fetch task when no email accounts are configured
Source: paperless-ngx/paperless-ngx#13396 · opened by @wegomyway
Description
After upgrading to Paperless-ngx 3.x, the scheduled task
paperless_mail.tasks.process_mail_accounts runs every 10 minutes even when no email accounts are configured.
The task completes successfully within a few milliseconds and returns:
"No new documents were added."
There is no functional problem, but the task appears permanently in the Scheduled Tasks list and may confuse users because the email import feature is not used.
Would it be possible to only schedule this task when at least one email account exists?
Other
Scheduler: Sending due task Check all e-mail accounts
paperless_mail.tasks.process_mail_accounts
succeeded in 0.05s: 'No new documents were added.'
After upgrading to Paperless-ngx 3.x, the scheduled task
paperless_mail.tasks.process_mail_accounts runs every 10 minutes even when no email accounts are configured.
The task completes successfully within a few milliseconds and returns:
"No new documents were added."
There is no functional problem, but the task appears permanently in the Scheduled Tasks list and may confuse users because the email import feature is not used.
Would it be possible to only schedule this task when at least one email account exists?
Other
Scheduler: Sending due task Check all e-mail accounts
paperless_mail.tasks.process_mail_accounts
succeeded in 0.05s: 'No new documents were added.'
No pledges yet. Be the first to back this.
Comments
Similar requests
[Feature Request] V3 : Delete old Task after a amount of time eg 1 Month & possibility delete all task at once
5 votes · 0 comments
[Feature Request] Add page count as an Advanced Workflow Filter (Document Added / Updated / Scheduled)
1 vote · 0 comments
[Feature Request] - Email Action "Do nothing" needed
1 vote · 0 comments
[Feature Request] Add COMBINED to MailRule.ConsumptionScope (body + attachments as one document)
3 votes · 0 comments
[Feature Request] Add processing treatment for emails that fail to get processed.
2 votes · 0 comments
No comments yet.