-
Notifications
You must be signed in to change notification settings - Fork 13
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
Connection Timeout #11
Comments
As a temporary workaround, you could just restart the OTP application by doing: Application.stop(:paddle)
Application.start(:paddle) but I'm wondering if there are a better way of handling this, like adding a |
I just came across something strange: the default value of the So it might be that the timeout is not coming from the client / server connection. Could you give more info about your issue ? (debug logs, etc.) |
We enabled debug logging for our production build. I will post them in the future. We changed the supervision strategy to |
I'm not seeing anything in the log that is worth reporting. Is there a way to turn logging on for paddle that might be useful? For now we are restarting the whole containerized application every 30 minutes. It is a dirty fix, but it seems to be working. |
I have found a way to get the The only way to crank the logging up for Paddle is to configure I'll make a minor release in a short time. |
This is also addressed on pull #21 |
The problem may be on our end, but Paddle's LDAP connection appears to be timing out. The application works for a while, but the connection seems to go bad after a while. What is the best way to reestablish the connection when this happens?
The text was updated successfully, but these errors were encountered: