Comment 4 for bug 1613947

Revision history for this message
Gerhard Muntingh (gerhard-1) wrote :

you should use connection = mysql+pymysql://cinder:REDACTED@REDACTED/cinder

otherwise the greenthreads will block each other while waiting for IO.

I'm pretty sure this solves this issue.