dawarich/config/sidekiq.yml

11 lines
185 B
YAML
Raw Normal View History

2025-06-09 07:39:25 -04:00
---
:concurrency: <%= ENV.fetch("BACKGROUND_PROCESSING_CONCURRENCY", 10) %>
:queues:
- points
- default
- imports
- exports
- stats
- reverse_geocoding
- visit_suggesting