Provide option to disable distributed lock (#2350)

by setting hawkbit.lock=inMemory the distributed lock could be disabled, e.g. on DDI/DMF servers

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-04-09 15:36:57 +03:00
committed by GitHub
parent 7c881587b6
commit 2b270ddad7
3 changed files with 11 additions and 8 deletions

View File

@@ -42,6 +42,7 @@ spring.flyway.enabled=false
## No Schedulers - START
hawkbit.autoassign.scheduler.enabled=false
hawkbit.rollout.scheduler.enabled=false
hawkbit.lock=inMemory
## No Schedulers - END
# Disable discovery client of spring-cloud-commons