mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 03:10:48 +08:00
增加sidekiq线程数
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
:concurrency: <%= ENV["sidekiq_threads"] || 20 %>
|
||||
:pidfile: tmp/pids/sidekiq.pid
|
||||
:logfile: log/sidekiq.log
|
||||
:timeout: 30
|
||||
:queues:
|
||||
- [default, 3]
|
||||
- [searchkick, 10]
|
||||
- [notify, 100]
|
||||
- [mailers, 101]
|
||||
- [cache, 10]
|
||||
- [message, 20]
|
||||
- [webhook, 20]
|
||||
:concurrency: <%= ENV["sidekiq_threads"] || 40 %>
|
||||
:pidfile: tmp/pids/sidekiq.pid
|
||||
:logfile: log/sidekiq.log
|
||||
:timeout: 30
|
||||
:queues:
|
||||
- [default, 3]
|
||||
- [searchkick, 10]
|
||||
- [notify, 100]
|
||||
- [mailers, 101]
|
||||
- [cache, 10]
|
||||
- [message, 20]
|
||||
- [webhook, 20]
|
||||
|
||||
Reference in New Issue
Block a user