diff options
author | Christopher May-Townsend <chris@maytownsend.co.uk> | 2021-05-05 16:33:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 17:33:04 +0200 |
commit | d5305000f1c5799ffb6fcd64ad27e7bfd8ba2113 (patch) | |
tree | 98edbe304353f24ccd61303d3e4ec443eebe134d /changelog.d | |
parent | Leave out optional keys from /sync (#9919) (diff) | |
download | synapse-d5305000f1c5799ffb6fcd64ad27e7bfd8ba2113.tar.xz |
Docker healthcheck timings - add startup delay and changed interval (#9913)
* Add healthcheck startup delay by 5secs and reduced interval check to 15s to reduce waiting time for docker aware edge routers bringing an instance online
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9913.docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9913.docker b/changelog.d/9913.docker new file mode 100644 index 0000000000..93835e14cb --- /dev/null +++ b/changelog.d/9913.docker @@ -0,0 +1 @@ +Added startup_delay to docker healthcheck to reduce waiting time for coming online, updated readme for extra options, contributed by @Maquis196. |