cluster/services/patroni: give etcd some more time to start

This commit is contained in:
Max Headroom 2023-03-01 19:59:17 +01:00
parent cbd4f79a45
commit 006ef68577

View file

@ -20,6 +20,7 @@ in
# run on any architecture
environment.ETCD_UNSUPPORTED_ARCH = pkgs.go.GOARCH;
serviceConfig = {
TimeoutStartSec = "900s";
RestartSec = "5s";
Restart = "on-failure";
};