chore: Fix the comment in schedule.yml (#6606)

This commit is contained in:
Wojtek
2023-03-03 19:22:25 +01:00
committed by GitHub
parent 88ed028a06
commit 9c6eb8b03d

View File

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