This repository has been archived by the owner. It is now read-only.
Running out of DB connections on fxa-dev boxes? #194
Closed
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running functional tests against fxa-ci we often see "Internal Server Error" in the test logs, which usually corresponds to an app.Translate related error in the auth-server logs.
Today when I ran the ansible script on fxa-ci, this error was reported (w/ host, user and password removed):
I tried several more times and kept seeing the same error. When I restarted the local fxa-auth-db-server, everything completed as expected.
Is the db-server holding open connections to the DB which would cause problems downstream?
The text was updated successfully, but these errors were encountered: