Building an app in deno v1.1.0 and I have it in a docker container. I'm able to connect to my local postgres instance from the container as well as the gcloud postgres instance via the cloudsql proxy and via adding my IP to the authorized networks list.
I've added Cloud SQL Client
role to the service account of the Cloud Run service and I've also added the connection as stated in the directions here:
https://cloud.google.com/sql/docs/postgres/connect-run#configuring
The SQL instance and Cloud Run service are in the same GCP project.
However, whenever I deploy a revision, I keep facing the same error:
Error: Device or resource busy (os error 16)