forgeplus/config/sidekiq.yml

11 lines
230 B
YAML
Raw Normal View History

2020-03-09 00:40:16 +08:00
:concurrency: <%= ENV["sidekiq_threads"] || 20 %>
:pidfile: tmp/pids/sidekiq.pid
:logfile: log/sidekiq.log
2020-03-17 16:05:46 +08:00
:timeout: 30
2020-03-09 00:40:16 +08:00
:queues:
- [default, 3]
- [searchkick, 10]
- [notify, 100]
- [mailers, 101]
2021-06-08 11:51:46 +08:00
- [cache, 10]