id: census-annual-update namespace: schoolcompare.data description: Download and load School Census (SPC) data via EES API triggers: - id: annual-schedule type: io.kestra.plugin.core.trigger.Schedule cron: "0 4 1 9 *" # 1 September annually at 04:00 tasks: - id: download type: io.kestra.plugin.core.http.Request uri: http://integrator:8001/run/census?action=download method: POST timeout: PT20M - id: load type: io.kestra.plugin.core.http.Request uri: http://integrator:8001/run/census?action=load method: POST timeout: PT30M retry: maxAttempts: 3 delay: PT15M