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

Turn Utility Scrape into one Monthly CRON Job #19

Open
FraserTooth opened this issue Sep 29, 2020 · 0 comments
Open

Turn Utility Scrape into one Monthly CRON Job #19

FraserTooth opened this issue Sep 29, 2020 · 0 comments

Comments

@FraserTooth
Copy link
Owner

FraserTooth commented Sep 29, 2020

Right now, each utility scraper needs to be run individually. This should be handled by a single monthly CRON job
Requirements:

  • One single, well-named endpoint.
  • Stick to serverless for the schedule definition
  • If an Error Occurs on a given scrape we should move to the next utility but log the error
  • It should be clear which utility was in error
  • We should log whether new data was available for the utility.

Notes:

  • We cannot guarantee that the utility files are available at midnight on the first of the month (or first of every 3 months, as some are), as the process does not appear to be automated, so make it update on the 2nd.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant