Managing loaner chromebooks for students and teachers in the HUUSD school district.
1default: &default
2 dispatchers:
3 - polling_interval: 1
4 batch_size: 500
5 recurring_tasks:
6 # notify_missing_agent_approver:
7 # class: NotifyMissingAgentApproverJob
8 # # args: [42, { status: "custom_status" }]
9 # schedule: "5 0 * * *"
10 workers:
11 - queues: "*"
12 threads: 5
13 processes: 1
14 polling_interval: 0.1
15 - queues: ["real_time", "background"]
16 threads: 5
17 polling_interval: 0.1
18 processes: 3
19
20development:
21 <<: *default
22
23test:
24 <<: *default
25
26production:
27 <<: *default