[sqlalchemy] SQLAlchemy delay reconnecting

2015-04-04 Thread Henrique Fleury
When the database restarts my services are flooding the database connection. I wonder if in SQLAlchemy has a parameter that step create_engine () it does a delay between an attempt and another connection. I need him to try to connect if you can not it wait X time to make a new attempt. --

Re: [sqlalchemy] SQLAlchemy delay reconnecting

2015-04-04 Thread Mike Bayer
On 4/4/15 11:42 AM, Henrique Fleury wrote: When the database restarts my services are flooding the database connection. I wonder if in SQLAlchemy has a parameter that step create_engine () it does a delay between an attempt and another connection. I need him to try to connect if you can not