Closed sim-uw closed 10 months ago
Did you also set CONN_MAX_AGE
?
No, can I set that with django-snowflake
? 😅
Okay, I set CONN_MAX_AGE
and it works. :)
Might be worth adding both of these options to your README example.
Thanks for your help!
I proposed documentation in #78. Look okay?
Great, looks good. Thanks!
Does
django-snowflake
support a persistent DB connection, in the same vein as Django's usual CONN_MAX_AGE?I tried setting
client_session_keep_alive
, but from what I can glean from the logs the app is still creating and closing a new Snowflake connection for every request.