Skip to content

Commit

Permalink
Merge pull request #97 from NewAgeAirbender/main
Browse files Browse the repository at this point in the history
IA: Add Bills Back
  • Loading branch information
NewAgeAirbender authored Feb 21, 2024
2 parents ea2a7cb + a781694 commit 9a485cc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tasks/ia.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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

0 comments on commit 9a485cc

Please sign in to comment.