: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]