Skip to content

Commit 9a485cc

Browse files
Merge pull request #97 from NewAgeAirbender/main
IA: Add Bills Back
2 parents ea2a7cb + a781694 commit 9a485cc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tasks/ia.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
IA-scrape:
2+
image: openstates/scrapers
3+
entrypoint: "poetry run os-update ia bills votes --realtime"
4+
enabled: true
5+
environment: scrapers
6+
triggers:
7+
- cron: 0 3,9,12,18 * * ?
8+
# - cron: 0 4 * * ?
9+
timeout_minutes: 600
10+
next_tasks:
11+
- IA-text
12+
13+
IA-text:
14+
image: openstates/core
15+
entrypoint: "poetry run os-text-extract update ia"
16+
enabled: true
17+
environment: scrapers

0 commit comments

Comments
 (0)