Merge branch 'develop' into feat/reports-filter
This commit is contained in:
+7
-6
@@ -33,12 +33,13 @@ remove_stale_redis_keys_job.rb:
|
||||
class: 'Internal::RemoveStaleRedisKeysJob'
|
||||
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: housekeeping
|
||||
# DISABLED: investigating if this job is the source of orphan conversations
|
||||
# #executed daily at 0430 UTC
|
||||
# # which will be IST 10:00 AM
|
||||
# process_stale_contacts_job:
|
||||
# cron: '30 04 * * *'
|
||||
# class: 'Internal::ProcessStaleContactsJob'
|
||||
# queue: housekeeping
|
||||
|
||||
# executed daily at 0100 UTC
|
||||
# to delete accounts marked for deletion
|
||||
|
||||
Reference in New Issue
Block a user