mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
Increase threads, add back *
This commit is contained in:
@@ -8,7 +8,7 @@ Rails.application.configure do
|
||||
config.good_job.execution_mode = :async
|
||||
|
||||
# https://github.com/bensheldon/good_job#configuring-your-queues
|
||||
config.good_job.queues = "latency_10s:8; latency_5m,latency_10s:6; literally_whenever,latency_5m,latency_10s:2"
|
||||
config.good_job.queues = "latency_10s:8; latency_5m,latency_10s:6; literally_whenever,*latency_5m,latency_10s:10"
|
||||
|
||||
# https://github.com/bensheldon/good_job#pgbouncer-compatibility
|
||||
GoodJob.active_record_parent_class = "ApplicationDirectRecord"
|
||||
|
||||
Reference in New Issue
Block a user