Skip to content

Commit

Permalink
IA: add bills back with realtime
Browse files Browse the repository at this point in the history
  • Loading branch information
NewAgeAirbender committed Feb 21, 2024
1 parent bd46310 commit a781694
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
17 changes: 0 additions & 17 deletions tasks/hi.yml

This file was deleted.

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 a781694

Please sign in to comment.