Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upconncheck: allow to disable via config #1052
Conversation
|
I am not good at English, but I feel "liveness" is commonly used in context of healthcheck. |
|
Both seems to be used. E.g. Kubernetes uses "Liveness", in Red Hat Enterprise Virtualization "Liveliness" is used. |
|
@methane PTAL |
|
I just pushed another minimal change, where I just fixed two occurrences of the word liveness in the description of the DSN param to be lower-cased. |
* conncheck: allow to disable via config * dsn: refactor writing of params in FormatDSN
* conncheck: allow to disable via config * dsn: refactor writing of params in FormatDSN
Description
Add an option to disable the conncheck introduced in #934 via config / DSN. The default is to perform this liveliness check of connections on supported platforms, if not explicitly disabled.
Fixes #996
Checklist