Files
gitlink-forgeplus/config/sidekiq.yml
sylor_huang@126.com 28802cb833 修改
2020-03-17 16:05:46 +08:00

10 lines
213 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]