main request, mdm properties set
This commit is contained in:
@@ -91,3 +91,11 @@ server:
|
||||
|
||||
classifier:
|
||||
stations-url: ${CLASSIFIER_STATIONS_URL:https://ordinis.k8s.265.nstart.cloud/api/v1/ground_station/records}
|
||||
# cache TTL
|
||||
stations-cache-ttl: ${CLASSIFIER_STATIONS_CACHE_TTL:15m}
|
||||
# MDM retries
|
||||
stations-refresh-attempts: ${CLASSIFIER_STATIONS_REFRESH_ATTEMPTS:3}
|
||||
# MDM retry delay
|
||||
stations-refresh-retry-delay: ${CLASSIFIER_STATIONS_REFRESH_RETRY_DELAY:300ms}
|
||||
# MDM failure cooldown
|
||||
stations-refresh-failure-cooldown: ${CLASSIFIER_STATIONS_REFRESH_FAILURE_COOLDOWN:5s}
|
||||
|
||||
Reference in New Issue
Block a user