From f7faf7ab57b2e8b1216758e4d002bb574c39d4f7 Mon Sep 17 00:00:00 2001 From: Deeman Date: Thu, 5 Mar 2026 17:50:14 +0100 Subject: [PATCH] chore: change GISCO extraction schedule from monthly to yearly NUTS2 boundaries rarely change; yearly (Jan 1) is sufficient. Co-Authored-By: Claude Sonnet 4.6 --- infra/supervisor/workflows.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/supervisor/workflows.toml b/infra/supervisor/workflows.toml index 5e68732..93913e5 100644 --- a/infra/supervisor/workflows.toml +++ b/infra/supervisor/workflows.toml @@ -70,5 +70,5 @@ description = "UK local authority population estimates from ONS" [gisco] module = "padelnomics_extract.gisco" -schedule = "monthly" +schedule = "0 0 1 1 *" description = "EU geographic boundaries (NUTS2 polygons) from Eurostat GISCO"