mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 03:10:48 +08:00
13 lines
256 B
YAML
13 lines
256 B
YAML
: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]
|