cluster/services/patroni: give etcd some more time to start
This commit is contained in:
parent
cbd4f79a45
commit
006ef68577
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ in
|
||||||
# run on any architecture
|
# run on any architecture
|
||||||
environment.ETCD_UNSUPPORTED_ARCH = pkgs.go.GOARCH;
|
environment.ETCD_UNSUPPORTED_ARCH = pkgs.go.GOARCH;
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
TimeoutStartSec = "900s";
|
||||||
RestartSec = "5s";
|
RestartSec = "5s";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue