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

Increase event scrape frequency to 4x/day #95

Merged
merged 1 commit into from
Jan 24, 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
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