dawarich/config/sidekiq.yml
2024-09-08 16:52:35 +02:00

9 lines
174 B
YAML

---
:concurrency: <%= ENV.fetch("BACKGROUND_PROCESSING_CONCURRENCY", 10) %>
:queues:
- default
- imports
- exports
- stats
- reverse_geocoding
- visit_suggesting