Did any noticed how many db session prefect 1.0 has at a point of time?
I spot it creates sessions per every request leading to enormous numbers 100-200+ active session.
✅ 1
k
Kevin Kho
07/11/2022, 2:32 PM
This is server right? I don’t know what the expected count is. Will ask around
i
Ievgenii Martynenko
07/11/2022, 2:49 PM
Just to have an idea which value could be considered as 'ok'.
a
Anna Geller
07/11/2022, 7:13 PM
@Ievgenii Martynenko this is logic that is entirely within Hasura - the GraphQL service doesn't talk to the database directly
you can inspect the code in the Server repo to get into the details