You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have 10+ jobs with different schedules pointing to one PostgreSQL instance. All those jobs are configured with keepalive: false but we see established connections equal to the number of jobs all the time.
Research:
Searching sources I've found that the keepalive parameter is not used.
Use case:
We have 10+ jobs with different schedules pointing to one PostgreSQL instance. All those jobs are configured with
keepalive: false
but we see established connections equal to the number of jobs all the time.Research:
Searching sources I've found that the
keepalive
parameter is not used.Alternative solution:
Implement named reusable connections: #90
The text was updated successfully, but these errors were encountered: