dawarich/config/sidekiq.yml

9 lines
153 B
YAML
Raw Normal View History

---
:concurrency: <%= ENV.fetch("BACKGROUND_PROCESSING_CONCURRENCY", 10) %>
:queues:
- default
2024-04-26 12:59:58 -04:00
- imports
2024-06-12 14:29:38 -04:00
- exports
2024-04-26 12:59:58 -04:00
- stats
- reverse_geocoding