mobidata-bw / ipl-orchestration

MobiData-BW Integrationsplattform (IPL), an API platform that provides mobility data for Baden-Württemberg across many domains.
https://api.mobidata-bw.de
European Union Public License 1.2
0 stars 0 forks source link

Configure Lamassu feed update interval #138

Closed hbruch closed 4 months ago

hbruch commented 4 months ago

This PR defines a default feed update intervall of 6h for Lamassu, which can be customized via ENV-Var LAMASSU_FEED_UPATE_INTERVAL_IN_MS.

Note: For production systems, the LAMASSU_FEED_UPATE_INTERVAL_IN_MS should be set explicitly to at least 60 seconds (60000ms).

Fixes https://github.com/mobidata-bw/ipl-orchestration/issues/74

Besides this functional change, this PR adds a CHANGELOG file describing relevant changes.