Skip to content

Commit

Permalink
enable CONN_HEALTH_CHECKS for pgpool
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Oct 31, 2024
1 parent 9f52bf0 commit 640fe97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skipper/skipper/settings_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ def task_upstream_dashboard(tenant: Tenant, user: Optional[Union[User, Anonymous
'PASSWORD': environment.SKIPPER_DB_PASSWD,
'HOST': environment.SKIPPER_DB_HOSTS,
'CONN_MAX_AGE': 0,
'CONN_HEALTH_CHECKS': True,
'PORT': environment.SKIPPER_DB_PORTS,
'OPTIONS': {
'application_name': f'skipper_{environment.SKIPPER_INSTALLATION_NAME}_{skipper_container_type}',
Expand Down

0 comments on commit 640fe97

Please sign in to comment.