chore: enable stale contact removal job on chatwoot cloud (#11390)

- enable stale contact/contact inboxes removal job on chatwoot cloud
This commit is contained in:
Vishnu Narayanan
2025-05-02 13:36:30 +05:30
committed by GitHub
parent 55316ea0a0
commit f3a807c6f0
3 changed files with 20 additions and 6 deletions

View File

@@ -33,9 +33,9 @@ remove_stale_redis_keys_job.rb:
class: 'Internal::RemoveStaleRedisKeysJob'
queue: scheduled_jobs
# executed daily at 2230 UTC
# which is our lowest traffic time
# process_stale_contacts_job:
# cron: '30 22 * * *'
# class: 'Internal::ProcessStaleContactsJob'
# queue: scheduled_jobs
#executed daily at 0430 UTC
# which will be IST 10:00 AM
process_stale_contacts_job:
cron: '30 04 * * *'
class: 'Internal::ProcessStaleContactsJob'
queue: scheduled_jobs