We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f1ba92 + ac48af2 commit 7a88ea0Copy full SHA for 7a88ea0
tasks/de.yml
@@ -0,0 +1,18 @@
1
+DE-scrape:
2
+ image: openstates/scrapers
3
+ entrypoint: "poetry run os-update de bills"
4
+ enabled: true
5
+ environment: scrapers
6
+ triggers:
7
+ - cron: 0 */2 * * ?
8
+# - cron: 0 5 * * ?
9
+ memory: 1024
10
+ timeout_minutes: 360
11
+ next_tasks:
12
+ - DE-text
13
+
14
+DE-text:
15
+ image: openstates/core
16
+ entrypoint: "poetry run os-text-extract update de"
17
18
tasks/il.yml
@@ -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
0 commit comments