asn10038/AutoIntern-Django

Unable to connect to UAT or PROD Databases

Closed this issue · 1 comments

Things we have tried include: redoing all of the secret keys in circleci to make sure there were no issues, verifying the gcloud sql servers are running (this was done by adding "gcloud sql instances describe " to the circleci deploy command and looking at the output), checking for typos in the .circleci/config.yml, uat_app.yaml, and settings files, checking the gcloud sql instances and their names, as well as many other potential issues.

The issue was a google cloud issue GoogleCloudPlatform/python-docs-samples#870 and lots of restarting the database and trying various connections appears to have solved the issue.