/
Dmitry-F
/
cbt_tool
Обзор
Документация
Войти
/
Dmitry-F
/
cbt_tool
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
config/queue.yml
18 строк
290 B
Dmitriy-Filatov
Initial commit: CBT Therapist Tool with Therapist and Client models
11 фев 2026, 02:47
11 фев 2026, 02:47
62defea
Код
Авторство
О чём код?
default: &default dispatchers: - polling_interval: 1 batch_size: 500 workers: - queues: "*" threads: 3 processes: <%= ENV.fetch("JOB_CONCURRENCY", 1) %> polling_interval: 0.1 development: <<: *default test: <<: *default production: <<: *default