summaryrefslogtreecommitdiff
path: root/gae/cron.yaml
blob: e4d4a7171ca8b89838563b09c1c9adf877b6e966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
cron:
- description: "test scheduler job"
  url: /tasks/schedule
  schedule: every 5 minutes
- description: "device_heartbeat"
  url: /tasks/device_heartbeat
  schedule: every 1 minutes
- description: "job_heartbeat"
  url: /tasks/job_heartbeat
  schedule: every 1 minutes
- description: "remove_outdated_devices"
  url: /tasks/remove_outdated_devices
  schedule: every 1 hours