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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user