mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
chore: move stalecontacts job to different sidekiq queue (#11427)
- move stale contacts job to `housekeeping` queue below `low`
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user