-
Notifications
You must be signed in to change notification settings - Fork 9
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
Intermittent db error - "server closed the connection unexpectedly" #571
Comments
We sleep the server at startup so the DB has time to be up before we touch it. Do you see this in your server logs?
|
Alright, it appears the issue is worth keeping around, at least, but it seems pretty low priority given that a refresh is enough to fix it and that it won't be used much. |
We discovered a few things last night:
Currently testing a temporary solution of adding Relevant logs:
Not sure if the truncated version above is too helpful. All of the logs from the point of starting the container are here. |
@carrollsa Close this one given #573? |
|
Reopening this issue as the error is still present. |
I found this stackoverflow post referencing our problem, but it is using some older versions of what we're using. I think we can do the same thing just by adding
I haven't been able to reproduce the error at all today without this addition, but it feels like it may be what we need. |
There is an intermittent error being thrown on the call to
api/get_last_runs
.@c-simpson Does the above sound plausible? If so, I don't think this is much of an issue, but I wanted to track it.
The text was updated successfully, but these errors were encountered: