Jonathan, On Monday, April 30, 2018 at 4:17:50 AM UTC+10, Jonathan Vanasco wrote: > > How are you handling your session connection and cleanup? Are you using > pyramid_tm? If so, are you using the `use_tween` on the invoke_subrequest > to properly close each connection in the pool? If not, how are you > cleaning up your connections? >
I’ve followed the suggested cookie cutter code exactly: https://github.com/Pylons/pyramid-cookiecutter-alchemy, which uses pyramid_tm and adds the SQLA session to that transaction manager. Thanks! Jens -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/c8f29336-c224-453c-923f-15e0df5ead5c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
