Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DE: Add Scrape Back #100

Merged
merged 3 commits into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading