sidekiq.yml 176 B

1234567891011
  1. ---
  2. :concurrency: 5
  3. :queues:
  4. - default
  5. - push
  6. - pull
  7. - mailers
  8. :schedule:
  9. subscriptions_scheduler:
  10. cron: '0 5 * * *'
  11. class: Scheduler::SubscriptionsScheduler