Thursday, January 18, 2018

[google-cloud-sql-discuss] Feature request: Increase connection limit on Postgres instances to enable Cloud Functions "API server" backed by Postgres

I'd like to deploy an API server through Cloud Functions that is backed by Cloud SQL (Postgres). However, for a 3.75 GB instance (the starting size for a prod instance), it looks like I can only get 100 concurrent connections (up to 500 for the max instance size), which means 100 Cloud Functions instances running concurrently.


Is it correct then to say that using Cloud Functions for this purpose is a bad idea? The connection limit won't bother me for a while, but it seems like it's easy to hit the 100 limit...


Is there a plan to raise the limit in the near future? Or a workaround that doesn't involve writing my own server?

--
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/4cc6d199-2800-4089-8eb1-1f241b3fd7c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment