chore: move stalecontacts job to different sidekiq queue (#11427)

- move stale contacts job to `housekeeping` queue below `low`
This commit is contained in:
Vishnu Narayanan
2025-05-07 13:01:58 +05:30
committed by GitHub
parent ea3ef9064b
commit 968aa39a9e
2 changed files with 2 additions and 1 deletions

View File

@@ -38,4 +38,4 @@ remove_stale_redis_keys_job.rb:
process_stale_contacts_job: process_stale_contacts_job:
cron: '30 04 * * *' cron: '30 04 * * *'
class: 'Internal::ProcessStaleContactsJob' class: 'Internal::ProcessStaleContactsJob'
queue: scheduled_jobs queue: housekeeping

View File

@@ -23,6 +23,7 @@
- action_mailbox_routing - action_mailbox_routing
- low - low
- scheduled_jobs - scheduled_jobs
- housekeeping
- async_database_migration - async_database_migration
- active_storage_analysis - active_storage_analysis
- active_storage_purge - active_storage_purge