You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
I haven't noticed a threading issue lately, I'm still worried about db sessions. @ehennenfent suggested a zope sessions manager that might work with sqlalchemy so wouldn't hurt to give that a try.
The text was updated successfully, but these errors were encountered:
Ran into a threading issue with the winchecksec stuff, but was able to mitigate it by doing some session cleanup and explicitly telling the DB that we don't care about expired Checksec instances. Doing this more consistently with a real session manager would still probably be best.
I haven't noticed a threading issue lately, I'm still worried about db sessions. @ehennenfent suggested a zope sessions manager that might work with sqlalchemy so wouldn't hurt to give that a try.
The text was updated successfully, but these errors were encountered: