Hi, I'm getting this exception: 'Lock wait timeout exceeded; try restarting transaction".
I've looked through the docs and can't see if there is a way to get SA to retry itself rather than having to catch this exception and retry. It would be nicer to have the necessary apparatus to do retries closer to the actual execution, rather than have another abstraction layer between the queries and SA to be able to handle these types of timeout and not have the code replicated all over the show. Is there anything in SA handle lock timeouts or does anyone have a decent way of doing so on top? Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
