-
Notifications
You must be signed in to change notification settings - Fork 2.3k
conncheck: allow to disable via config #1052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2f61272
to
f7268f2
Compare
75824b8
to
d23e1ee
Compare
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. |
d23e1ee
to
fc27b32
Compare
@methane PTAL |
fc27b32
to
449e060
Compare
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