Question: How does Hasura deal correctly with the problem of opening too many connections to Amazon Aurora, MySQL and Postgresql DBs? #9680
Replies: 2 comments
-
Thx |
Beta Was this translation helpful? Give feedback.
-
Hey folks, just came across this question. I expect the OP has already got their answer but I would like to document it for any others that come across it. Hasura has a configurable Please consult the appropriate docs for any other databases. On Cloud, this connection pool is shared across Cloud nodes so that a global limit is enforced (softly; it may temporarily exceed the total by a few due to rebalancing). See Docs: Elastic connection pools for more information on Cloud. I'm going to close this discussion, but please feel free to re-open it if you need more clarification or have questions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions