dawarich/config/sidekiq.yml
2025-07-27 01:08:29 +02:00

16 lines
272 B
YAML

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