KitaPlatzZentrale / kpz

1 stars 0 forks source link

Update Data Fetching Process with CronJob #104

Open Darjusch opened 6 months ago

Darjusch commented 6 months ago

Description:

Currently, our data fetching process relies on outdated data fetched last year. To ensure we have the most recent data available, we need to implement a CronJob that runs our Scraper once a day. Additionally, the fetched data should include a version number, and the location service should always retrieve the most recent data.

Tasks:

Set up a CronJob to run the Scraper script once a day. Modify the data fetching process to include a version number for the fetched data. Ensure the location service retrieves the most recent data.

Acceptance Criteria:

The CronJob is successfully configured and runs the Scraper script daily. The fetched data contains a version number to indicate its freshness. The location service always retrieves the most recent data.