chore: Email improvements. (#4901)

* Update email processing logic.
* Fix sentry issues
This commit is contained in:
Aswin Dev P.S
2022-07-08 16:43:24 +05:30
committed by GitHub
parent 19c637eb33
commit 13a4e0e6d9
3 changed files with 31 additions and 18 deletions

View File

@@ -16,6 +16,6 @@ trigger_scheduled_items_job:
# executed At every 5th minute..
trigger_imap_email_inboxes_job:
cron: '*/5 * * * *'
cron: '*/1 * * * *'
class: 'Inboxes::FetchImapEmailInboxesJob'
queue: scheduled_jobs