Does anybody knows how can we use more than 12 concurrent connections from App Engine to the Cloud SQL?
We found that the documentation says: "Each App Engine instance running in a standard environment cannot have more than 12 concurrent connections to a Google Cloud SQL instance."
We're using Java for App Engine using Hibernate... The connection pooling states that it shouldn't be used in production environment but if we disable the pooling we reach the max number of connections.