Merge feature/cw-7513 into feature/cw-7513-specs
This commit is contained in:
@@ -17,9 +17,6 @@ class TriggerScheduledItemsJob < ApplicationJob
|
||||
# Job to auto-resolve conversations
|
||||
Account::ConversationsResolutionSchedulerJob.perform_later
|
||||
|
||||
# Job to fire due delayed automation rules
|
||||
AutomationRules::TriggerPendingExecutionsJob.perform_later
|
||||
|
||||
# Job to sync whatsapp templates
|
||||
Channels::Whatsapp::TemplatesSyncSchedulerJob.perform_later
|
||||
end
|
||||
|
||||
@@ -26,6 +26,12 @@ trigger_imap_email_inboxes_job:
|
||||
class: 'Inboxes::FetchImapEmailInboxesJob'
|
||||
queue: scheduled_jobs
|
||||
|
||||
# executed every minute to fire due delayed automation rules
|
||||
trigger_pending_automation_executions_job:
|
||||
cron: '*/1 * * * *'
|
||||
class: 'AutomationRules::TriggerPendingExecutionsJob'
|
||||
queue: scheduled_jobs
|
||||
|
||||
# executed daily at 2230 UTC
|
||||
# which is our lowest traffic time
|
||||
remove_stale_contact_inboxes_job.rb:
|
||||
|
||||
Reference in New Issue
Block a user