Skip to content
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

Using pool_pre_ping to ensure that our PostgreSQL connections are connected #11911

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

chrisguidry
Copy link
Collaborator

We use this setting in Prefect Cloud to great effect, it ensures that a
connection is actually connected at the point of pool checkout. This should
resolve the transient connection is closed errors and also improve the
stability of running Prefect servers and the ephemeral API with PostgreSQL.

…onnected

We use this setting in Prefect Cloud to great effect, it ensures that a
connection is actually connected at the point of pool checkout.  This should
resolve the transient `connection is closed` errors and also improve the
stability of running Prefect servers and the ephemeral API with PostgreSQL.
@chrisguidry chrisguidry requested a review from a team as a code owner February 7, 2024 14:28
Copy link

netlify bot commented Feb 7, 2024

Deploy Preview for prefect-docs-preview ready!

Name Link
🔨 Latest commit 734e6e1
🔍 Latest deploy log https://app.netlify.com/sites/prefect-docs-preview/deploys/65c3939bf4bc870007a13680
😎 Deploy Preview https://deploy-preview-11911--prefect-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@chrisguidry chrisguidry merged commit 069bd27 into main Feb 7, 2024
45 checks passed
@chrisguidry chrisguidry deleted the connection-closed branch February 7, 2024 14:48
@serinamarie serinamarie added the fix A fix for a bug in an existing feature label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix A fix for a bug in an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants