sqlalchemy.exc.InternalError: (InternalError) (1205, u'Lock wait timeout exceeded
File "/opt/paysys/python/lib/python2.7/site-packages/pymysql/err.py", line 116, in raise_mysql_exception
_check_mysql_exception(errinfo)
File "/opt/paysys/python/lib/python2.7/site-packages/pymysql/err.py", line 112, in _check_mysql_exception
raise InternalError(errno, errorvalue)
sqlalchemy.exc.InternalError: (InternalError) (1205, u'Lock wait timeout exceeded; try restarting transaction')
--
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 sqlalchemy+...@googlegroups.com.
To post to this group, send email to sqlal...@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.
Switch from READ UNCOMMITTED to READ COMMITTEDandincrease the setting for innodb_lock_wait_timeout to something greater than 50 (eg 300)