Skip to content

Commit 640fe97

Browse files
committed
enable CONN_HEALTH_CHECKS for pgpool
1 parent 9f52bf0 commit 640fe97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

skipper/skipper/settings_env.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ def task_upstream_dashboard(tenant: Tenant, user: Optional[Union[User, Anonymous
341341
'PASSWORD': environment.SKIPPER_DB_PASSWD,
342342
'HOST': environment.SKIPPER_DB_HOSTS,
343343
'CONN_MAX_AGE': 0,
344+
'CONN_HEALTH_CHECKS': True,
344345
'PORT': environment.SKIPPER_DB_PORTS,
345346
'OPTIONS': {
346347
'application_name': f'skipper_{environment.SKIPPER_INSTALLATION_NAME}_{skipper_container_type}',

0 commit comments

Comments
 (0)