Skip to content

Commit

Permalink
Merge pull request #95 from openstates/event-scrape-frequency-increase
Browse files Browse the repository at this point in the history
Increase event scrape frequency to 4x/day
  • Loading branch information
jessemortenson authored Jan 24, 2024
2 parents 00e00f3 + 19c8607 commit 92de2a4
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion tasks/il.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ IL-events:
enabled: true
environment: scrapers
triggers:
- cron: 25 5 * * ?
- cron: 25 */6 * * ?
timeout_minutes: 60
2 changes: 1 addition & 1 deletion tasks/ma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ MA-events:
enabled: true
environment: scrapers
triggers:
- cron: 15 6 * * ?
- cron: 15 */6 * * ?
timeout_minutes: 60
2 changes: 1 addition & 1 deletion tasks/me.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ ME-events:
enabled: true
environment: scrapers
triggers:
- cron: 20 6 * * ?
- cron: 20 */6 * * ?
timeout_minutes: 60
2 changes: 1 addition & 1 deletion tasks/mn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MN-events:
enabled: true
environment: scrapers
triggers:
- cron: 20 8,17 * * ?
- cron: 20 */6 * * ?
timeout_minutes: 60

MN-text:
Expand Down
2 changes: 1 addition & 1 deletion tasks/nd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ ND-events:
enabled: true
environment: scrapers
triggers:
- cron: 10 9 * * ?
- cron: 10 */6 * * ?
timeout_minutes: 60
2 changes: 1 addition & 1 deletion tasks/nv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ NV-events:
enabled: true
environment: scrapers
triggers:
- cron: 0 10 * * ?
- cron: 0 */6 * * ?
timeout_minutes: 60
2 changes: 1 addition & 1 deletion tasks/ny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ NY-events:
environment: scrapers
memory: 1024
triggers:
- cron: 25 3 * * ?
- cron: 25 */6 * * ?
timeout_minutes: 60
2 changes: 1 addition & 1 deletion tasks/oh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ OH-events:
enabled: true
environment: scrapers
triggers:
- cron: 0 12 * * ?
- cron: 0 */6 * * ?
timeout_minutes: 60
2 changes: 1 addition & 1 deletion tasks/ok.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ OK-events:
enabled: true
environment: scrapers
triggers:
- cron: 10 12 * * ?
- cron: 10 */6 * * ?
timeout_minutes: 60
2 changes: 1 addition & 1 deletion tasks/pa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ PA-events:
enabled: true
environment: scrapers
triggers:
- cron: 20 12 * * ?
- cron: 20 */6 * * ?
timeout_minutes: 60
2 changes: 1 addition & 1 deletion tasks/sc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SC-events:
enabled: true
environment: scrapers
triggers:
- cron: 40 12 * * ?
- cron: 40 */6 * * ?
timeout_minutes: 60

## Can be commented in to scrape past session bill data, when necessary
Expand Down
2 changes: 1 addition & 1 deletion tasks/tn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ TN-events:
enabled: true
environment: scrapers
triggers:
- cron: 0 13 * * ?
- cron: 0 */6 * * ?
timeout_minutes: 60
2 changes: 1 addition & 1 deletion tasks/us.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ US-events:
enabled: true
environment: scrapers
triggers:
- cron: 50 1 * * ?
- cron: 50 */6 * * ?
timeout_minutes: 60
2 changes: 1 addition & 1 deletion tasks/vt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ VT-events:
enabled: true
environment: scrapers
triggers:
- cron: 10 13 * * ?
- cron: 10 */6 * * ?
timeout_minutes: 60
2 changes: 1 addition & 1 deletion tasks/wa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ WA-events:
enabled: true
environment: scrapers
triggers:
- cron: 50 2 * * ?
- cron: 50 */6 * * ?
timeout_minutes: 60

0 comments on commit 92de2a4

Please sign in to comment.