Skip to content

Commit

Permalink
increased ditto.http.coordinated-shutdown-timeout to 65s in ditto-htt…
Browse files Browse the repository at this point in the history
…p.conf;

Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
  • Loading branch information
Stefan Maute committed Sep 26, 2022
1 parent 06770ae commit d39bf5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ akka {
pod-label-selector = "actorSystemName=%s"
}

# DNS based service discovery in docker swarm (without DNS ttl caching)
# DNS based service discovery in docker swarm (without DNS TTL caching)
docker-swarm-dns {
class = org.eclipse.ditto.base.service.DockerSwarmServiceDiscovery
}
Expand All @@ -45,7 +45,7 @@ akka {
http {
bind-hostname = "0.0.0.0"

# enable POST, PUT and DELETE operations on Akka Mangement API
# enable POST, PUT and DELETE operations on Akka Management API
# e.g. used to initiate full cluster shutdown via API
route-providers-read-only = false
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ditto.cluster {
sbr {
auto-enable-after=1h
auto-enable-after=${?DITTO_CLUSTER_SBR_AUTO_ENABLE_AFTER}
auto-enable-after = 1h
auto-enable-after = ${?DITTO_CLUSTER_SBR_AUTO_ENABLE_AFTER}
}
}

Expand Down
2 changes: 1 addition & 1 deletion internal/utils/config/src/main/resources/ditto-http.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ ditto.http {
port = 8080
port = ${?HTTP_PORT}
port = ${?PORT}
coordinated-shutdown-timeout = 1s
coordinated-shutdown-timeout = 65s
coordinated-shutdown-timeout = ${?COORDINATED_SHUTDOWN_REQUEST_TIMEOUT}
}

0 comments on commit d39bf5f

Please sign in to comment.