default: &default
dispatchers:
- polling_interval: 1
batch_size: 500
recurring_tasks:
sync:
class: SyncJob
schedule: every 5 minutes
notify:
class: NotifyJob
schedule: every 2 hours
workers:
- queues: "*"
threads: 5
processes: 1
polling_interval: 0.1
development:
<<: *default
test:
production: