forgeplus/config/sidekiq.yml

11 lines
230 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]