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

Question regarding dropped connections #14

Open
tommytomtj opened this issue Aug 26, 2015 · 1 comment
Open

Question regarding dropped connections #14

tommytomtj opened this issue Aug 26, 2015 · 1 comment
Milestone

Comments

@tommytomtj
Copy link

One of the issues I've had with external clients for postgres notifies is that I'd have to write code to check for dropped connections to the pgsql server and logic to discover any missed messages. So a couple questions as I'm not very familiar with either Erlang or RabbitMQ:

  1. Will this plugin automatically reconnect if the connection is dropped?
  2. Is it possible to pass keepalive parameters in the psql connection request?

Thank you.

@gmr
Copy link
Owner

gmr commented Dec 16, 2015

  1. No, this needs to be addressed and is tracked in Plugin fails when PostgreSQL connection is closed #16
  2. Not currently, perhaps moving to a URL based configuration would be worthwhile.

@gmr gmr added this to the 1.0.0 milestone Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants