1cron: 2- description: "test scheduler job" 3 url: /tasks/schedule 4 schedule: every 5 minutes 5- description: "device_heartbeat" 6 url: /tasks/device_heartbeat 7 schedule: every 1 minutes 8- description: "job_heartbeat" 9 url: /tasks/job_heartbeat 10 schedule: every 1 minutes 11- description: "remove_outdated_devices" 12 url: /tasks/remove_outdated_devices 13 schedule: every 1 hours 14