Skip to content

Commit

Permalink
Merge pull request #98 from NewAgeAirbender/main
Browse files Browse the repository at this point in the history
DE: add task back
  • Loading branch information
NewAgeAirbender authored Feb 27, 2024
2 parents 9a485cc + d321c5e commit a08c8fa
Showing 1 changed file with 18 additions and 0 deletions.
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

0 comments on commit a08c8fa

Please sign in to comment.