You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
247 B

:concurrency: <%= ENV["sidekiq_threads"] || 40 %>
:pidfile: tmp/pids/sidekiq.pid
:logfile: log/sidekiq.log
:timeout: 30
:queues:
- [now, 2]
- [default, 3]
- [end, 4]
- [delete, 5]
- [searchkick, 10]
- [notify, 100]
- [mailers, 101]