dawarich/config/sidekiq.yml
2025-05-21 18:57:29 +02:00

10 lines
185 B
YAML

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