Hasura not respecting the max connections setting? #10155
Unanswered
amerfarooq
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've set the
Total Max Connections
to 10 within the Hasura dashboard but I've noticed that when I'm running a lot of queries, the connections on the database go up to 24. I use the following command to get this number:SELECT * FROM pg_stat_database
. The database I'm using is AWS RDS. Any ideas why this might be the case?Beta Was this translation helpful? Give feedback.
All reactions