Files
timeoverflow/config/sidekiq.yml
2025-01-31 12:39:19 +01:00

6 lines
106 B
YAML

:concurrency: <%= ENV.fetch("SIDEKIQ_CONCURRENCY", "5").to_i %>
:queues:
- default
- cron
- mailers