mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
12 lines
249 B
YAML
12 lines
249 B
YAML
: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]
|