Thursday, April 13, 2017

Re: [google-cloud-sql-discuss] PostgreSQL how to increase limit connections?

There is currently no way to do so, but it is something we'd like to address in future.
Please follow this feature request: https://issuetracker.google.com/issues/37271935

As a temporary workaround, you can run something like pgbouncer on Compute Engine in the same region as your instance.

--
Vladimir Rusinov
PostgreSQL SRE, Google Ireland

Google Ireland Ltd.,Gordon House, Barrow Street, Dublin 4, Ireland
Registered in Dublin, Ireland
Registration Number: 368047

On Thu, Apr 13, 2017 at 8:11 AM, Aleksander Efremov <mr.efrem@gmail.com> wrote:
I found what for PostgreSQL was set max limit connections in 100.
I use several cloud functions which try to receive a part of this limit of connections.
But often there is a situation when two functions receive all limit of connections and for the other functions the limit already is exhausted.
Pool for connections there is no opportunity to use because every function executes in own isolate environment.

--
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/943fcddc-cfa8-4c57-91a3-ce5bbadc1f49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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/CAE1wr-wsi889ynr%2BJjGF6fGs7W%3DuAR5-H_O1UG94r1iT7JdY5A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment