Skip to content

Commit

Permalink
Merge pull request #100 from NewAgeAirbender/main
Browse files Browse the repository at this point in the history
DE: Add Scrape Back
  • Loading branch information
NewAgeAirbender authored May 10, 2024
2 parents 5f1ba92 + ac48af2 commit 7a88ea0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions tasks/de.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
DE-scrape:
image: openstates/scrapers
entrypoint: "poetry run os-update de bills"
enabled: true
environment: scrapers
triggers:
- cron: 0 */2 * * ?
# - cron: 0 5 * * ?
memory: 1024
timeout_minutes: 360
next_tasks:
- DE-text

DE-text:
image: openstates/core
entrypoint: "poetry run os-text-extract update de"
enabled: true
environment: scrapers
2 changes: 1 addition & 1 deletion tasks/il.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IL-scrape:
image: openstates/scrapers
entrypoint: "poetry run os-update il bills --realtime"
entrypoint: "poetry run os-update il bills"
enabled: true
environment: scrapers
memory: 1024
Expand Down

0 comments on commit 7a88ea0

Please sign in to comment.