From 0726bfc7047e24c844f71b17496bf22634b51b8c Mon Sep 17 00:00:00 2001 From: Jesse Mortenson Date: Mon, 9 Dec 2024 12:01:13 -0600 Subject: [PATCH] IA: remove from task defs, moved to airflow --- tasks/ia.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tasks/ia.yml diff --git a/tasks/ia.yml b/tasks/ia.yml deleted file mode 100644 index 59dc7db..0000000 --- a/tasks/ia.yml +++ /dev/null @@ -1,17 +0,0 @@ -IA-scrape: - image: openstates/scrapers - entrypoint: "poetry run os-update ia bills votes --realtime" - enabled: true - environment: scrapers - triggers: - - cron: 0 3,9,12,18 * * ? -# - cron: 0 4 * * ? - timeout_minutes: 600 - next_tasks: - - IA-text - -IA-text: - image: openstates/core - entrypoint: "poetry run os-text-extract update ia" - enabled: true - environment: scrapers