-
Notifications
You must be signed in to change notification settings - Fork 814
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
postgres check, Broken pipe, doesn't reestablish connection #1003
Comments
|
Since I'm doing a bit of work with postgres, I can take a look at this one too. |
An easy way is to catch the broken pipe error and to raise a ShouldRestartException |
Reopening this issue as it was reported to still occur with agent 5.3. |
@LeoCavaille do we have more details on this new case ? I am pushing back the issue to 5.5.0 for lack of time. |
Bumping to |
Closing for lack of details. |
This occurs after a pg-related blip, like a pg service restart. The connection was broken, but it has recovered. It will remain in this state until the Agent is restarted.
I would expect a connection retry at some point.
The text was updated successfully, but these errors were encountered: