From 6586eca921a2b544342279c762769f2150a19a75 Mon Sep 17 00:00:00 2001 From: Deeman Date: Fri, 27 Feb 2026 07:59:12 +0100 Subject: [PATCH] feat(infra): add overpass_tennis to supervisor workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tennis extraction was missing from workflows.toml — only ran via the combined `uv run extract` command, not automatically in production. Schedule: monthly (same cadence as padel courts, OSM tennis data updates slowly). Co-Authored-By: Claude Sonnet 4.6 --- infra/supervisor/workflows.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infra/supervisor/workflows.toml b/infra/supervisor/workflows.toml index 4f91a6b..5f5c43d 100644 --- a/infra/supervisor/workflows.toml +++ b/infra/supervisor/workflows.toml @@ -13,6 +13,10 @@ module = "padelnomics_extract.overpass" schedule = "monthly" +[overpass_tennis] +module = "padelnomics_extract.overpass_tennis" +schedule = "monthly" + [eurostat] module = "padelnomics_extract.eurostat" schedule = "monthly"