Thursday, April 13, 2017

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

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.

No comments:

Post a Comment