Re: [sqlalchemy] Problems handling an Amazon RDS Multi-AZ failover with SqlSoup and SqlAlchemy 0.7.8

2012-11-15 Thread JonathanQ
5:17:07 PM UTC-8, Michael Bayer wrote: On Nov 14, 2012, at 2:38 PM, JonathanQ wrote: We have some code running against MySQL running in Amazon RDS. During an outage or the maintenance window - Amazon issues an automatic failover of our RDS instance. However our code doesn't failover

[sqlalchemy] Problems handling an Amazon RDS Multi-AZ failover with SqlSoup and SqlAlchemy 0.7.8

2012-11-14 Thread JonathanQ
We have some code running against MySQL running in Amazon RDS. During an outage or the maintenance window - Amazon issues an automatic failover of our RDS instance. However our code doesn't failover with it. We are having issues with 2 of our applications (2 different issues): First one:

[sqlalchemy] Re: Problems handling an Amazon RDS Multi-AZ failover with SqlSoup and SqlAlchemy 0.7.8

2012-11-14 Thread JonathanQ
Ok - it appears that the 2nd issue (DNS resolving) may be related to AWS: https://forums.aws.amazon.com/thread.jspa?threadID=109414tstart=0 But I am sure the first issue is something wrong with how we are using SqlAlchemy/SqlSoup connections. -- You received this message because you are