Skip to content

Commit

Permalink
version 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
the-infinity committed Nov 28, 2024
1 parent fe3ae2e commit 451b1f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 4 additions & 0 deletions config_dist_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 451b1f5

Please sign in to comment.