增加sidekiq线程数
This commit is contained in:
parent
831fad554c
commit
fb745453c2
|
@ -1,12 +1,12 @@
|
||||||
:concurrency: <%= ENV["sidekiq_threads"] || 20 %>
|
:concurrency: <%= ENV["sidekiq_threads"] || 40 %>
|
||||||
:pidfile: tmp/pids/sidekiq.pid
|
:pidfile: tmp/pids/sidekiq.pid
|
||||||
:logfile: log/sidekiq.log
|
:logfile: log/sidekiq.log
|
||||||
:timeout: 30
|
:timeout: 30
|
||||||
:queues:
|
:queues:
|
||||||
- [default, 3]
|
- [default, 3]
|
||||||
- [searchkick, 10]
|
- [searchkick, 10]
|
||||||
- [notify, 100]
|
- [notify, 100]
|
||||||
- [mailers, 101]
|
- [mailers, 101]
|
||||||
- [cache, 10]
|
- [cache, 10]
|
||||||
- [message, 20]
|
- [message, 20]
|
||||||
- [webhook, 20]
|
- [webhook, 20]
|
||||||
|
|
Loading…
Reference in New Issue