dawarich/config/sidekiq.yml
2025-06-09 13:39:25 +02:00

10 lines
185 B
YAML

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