diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa591f..188a126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,18 @@ # Changelog +## 0.16.2 + +Released 2024-11-28 + +* [Fixes an issue with Celery Tasks sometimes preventing static data imports](https://github.com/ParkenDD/park-api-v3/pull/224) + + ## 0.16.1 Released 2024-11-27 +### Fixes + * [Improved cron and logging](https://github.com/ParkenDD/park-api-v3/pull/223) * [ParkAPI Sources: GeoJSON Approach cleanup](https://github.com/ParkenDD/parkapi-sources-v3/pull/173) * [ParkAPI Sources: Fix DateTime Format at Karlsruhe](https://github.com/ParkenDD/parkapi-sources-v3/pull/173) diff --git a/config_dist_dev.yaml b/config_dist_dev.yaml index 2512e44..2394c4f 100644 --- a/config_dist_dev.yaml +++ b/config_dist_dev.yaml @@ -22,6 +22,10 @@ PARK_API_CONVERTER: # Stdout Logging (useful especially for development) STDOUT_LOGGING_ENABLED: true +# Change hour of the day for static data pulling and the frequency in seconds for realtime data pulling +PARKING_SITE_STATIC_PULL_HOUR: 1 +PARKING_SITE_REALTIME_PULL_FREQUENCY: 300 + # Loki Logging Client LOKI_ENABLED: false LOKI_URL: https://your-monitoring-host/loki/api/v1/push