sanger96 / Happenings_Team-5_UTD_Senior_Design_Project

UTD Senior Design Project; Group Members: Gaurav Sanger, Jonathan Lam, Robert Dohm, Landin Kasti, Charles Eaton
3 stars 0 forks source link

Create scheduler method for calling page scraper service #71

Closed LKASTI closed 6 months ago

LKASTI commented 6 months ago

The page scraper service should be called every 24 hours, or any other time interval agreed upon, to check for new events to be scraped and added to the database. This can be done with the @ Scheduled annotation.

Resources: https://spring.io/guides/gs/scheduling-tasks

rwdohm83 commented 6 months ago

Beginning work on this.

rwdohm83 commented 6 months ago

Complete.