Hi folks, I'm putting together something for a client that will get used very occasionally, and has a some worker processes that use SQLA. I'm wondering what the right approach is for the dreaded "MySQL has gone away". Should I just use some absurdly high number for pool_recycle ( ie months) or is there a smarter way to do it. It's a process to send out a bunch of sms messages via twilio, so it totally doesn't matter if takes a bit to wake up.
Is disabling pooling with NullPool the right way to go? thanks! Iain -- You received this message because you are subscribed to the Google Groups "sqlalchemy" 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]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
