Skip to content

Commit

Permalink
DE: add task back
Browse files Browse the repository at this point in the history
  • Loading branch information
NewAgeAirbender committed Feb 27, 2024
1 parent 9a485cc commit d321c5e
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 d321c5e

Please sign in to comment.