Monday, December 18, 2017

[google-cloud-sql-discuss] Re: Unable to connect to postgres Cloud SQL instance from app engine

Connections to your Cloud SQL instance from your App Engine application could be timing out due to a number of reasons. It is recommended to ensure that your App Engine application is properly authenticated, and that you are not running into any of the connection limits

You are allowed a maximum of 100 concurrent connections to your PostgreSQL instance, and 12 concurrent connections from each App Engine instance. If your instance has hit its limit, App Engine will timeout if it attempts to make a new connection. It is recommended to reuse your open connections with a connection pool, and share them between App Engine requests. 

- Note that Google Groups is for general product discussions and is not for technical support. If you require further support connecting to your Cloud SQL instance it is recommended to ask your full detailed questions on Stack Overflow using the supported Cloud tags. 

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/4916b92a-dba2-4559-9a3a-422d911f0196%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment