Skip to content

Commit

Permalink
CA: use new website-targeting scraper for events
Browse files Browse the repository at this point in the history
Existing events scraper based on bulk SQL files finds very few events that are in the future
  • Loading branch information
jessemortenson committed Feb 7, 2024
1 parent adc8d51 commit e0cbc87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/ca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ CA-text:

CA-events:
image: openstates/scrapers-california
entrypoint: "/ca-entrypoint.sh events"
entrypoint: "/ca-entrypoint.sh events_web"
enabled: true
environment: scrapers
triggers:
- cron: 30 14 * * ?
- cron: 30 */6 * * ?
memory: 4096
cpu: 512
timeout_minutes: 60

0 comments on commit e0cbc87

Please sign in to comment.