-
Hello everyone, I was wondering if it was possible to skip creating a session or connecting to the DB for certain paths? For example, I have a /healthz for Kubernetes liveness check and it would make sense to not connect there because it is not being used. I am sure there are other use cases as well. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
davidism
May 18, 2024
Replies: 2 comments
-
My assumption being that it is connection on those requests. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you don't access the connection, it's not created. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ar-qun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you don't access the connection, it's not created.