dawarich/config/sidekiq.yml

19 lines
295 B
YAML
Raw Normal View History

2025-06-09 07:39:25 -04:00
---
:concurrency: <%= ENV.fetch("BACKGROUND_PROCESSING_CONCURRENCY", 10) %>
:queues:
2025-07-26 19:08:29 -04:00
- data_migrations
2025-06-09 07:39:25 -04:00
- points
- default
2025-08-13 14:25:48 -04:00
- mailers
2025-10-04 17:19:00 -04:00
- family
2025-06-09 07:39:25 -04:00
- imports
- exports
- stats
2025-07-22 13:17:28 -04:00
- trips
2025-07-04 14:09:06 -04:00
- tracks
2025-06-09 07:39:25 -04:00
- reverse_geocoding
- visit_suggesting
2025-07-12 05:21:38 -04:00
- places
2025-07-26 19:08:29 -04:00
- app_version_checking
- cache