chore: refactor

This commit is contained in:
Vishnu Narayanan
2024-12-02 16:58:17 +05:30
parent 5de4341222
commit 39cec8b42d
2 changed files with 6 additions and 13 deletions
+6 -7
View File
@@ -18,12 +18,11 @@
- critical
- high
- medium
- default
- default
- mailers
- action_mailbox_routing
- low
# you can override concurrency based on environment
production:
:concurrency: <%= ENV.fetch("SIDEKIQ_CONCURRENCY", 10) %>
staging:
:concurrency: <%= ENV.fetch("SIDEKIQ_CONCURRENCY", 10) %>
- async_database_migration
- active_storage_analysis
- active_storage_purge
- action_mailbox_incineration
-6
View File
@@ -16,9 +16,3 @@
# if there are no jobs in higher ranking queues.
:queues:
- scheduled_jobs
- mailers
- async_database_migration
- active_storage_analysis
- active_storage_purge
- action_mailbox_incineration