Skip to content
Snippets Groups Projects
Commit 44fbaa67 authored by Joost Hemmen's avatar Joost Hemmen :basketball:
Browse files

Merge branch 'release-2024-07' into 'main'

Release 2024 07

See merge request !173
parents 01857a5b f9332986
No related branches found
No related tags found
1 merge request!173Release 2024 07
Pipeline #400332 failed
......@@ -751,7 +751,8 @@ services:
restart: "${RESTART}"
# Prevent blocking/slowing-down of other services if many scheduler jobs occur at
# the same time. Cap the processing power to equivalent of one CPU of the system.
cpus: 1.0
cpus: 0.5
mem_limit: "4g"
healthcheck:
test: [ "CMD-SHELL", "curl --fail http://localhost:5000/health || exit 1" ]
interval: 10s
......@@ -776,7 +777,8 @@ services:
restart: "${RESTART}"
# Prevent blocking/slowing-down of other services if many scheduler jobs occur at
# the same time. Cap the processing power to equivalent of one CPU of the system.
cpus: 1.0
cpus: 0.5
mem_limit: "4g"
environment:
SETUP_SERVICE: "${CRON_SETUP_SERVICE}"
CREATEDB_POSTGRES_USER: "${CRON_CREATEDB_POSTGRES_USER}"
......
OBJECT_STORAGE_IMAGE_TAG=RELEASE.2024-06-29T01-20-47Z
MQTT_BROKER_IMAGE_TAG=2.1.0-mosquitto_1.6.14
GRAFANA_IMAGE_TAG=10.4.5
TSM_DL_IMAGE_TAG=2024-07-01-170831
FRONTEND_IMAGE_TAG=2024-06-19-140757
NGINX_IMAGE_TAG=1.27.0
DISPATCHER_IMAGE_TAG=2024-07-04-020316
SCHEDULER_IMAGE_TAG=2024-07-04-060315
MQTT_CAT_IMAGE_TAG=2.0.18
MONITORING_IMAGE_TAG=v0.47.2
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment