Open rooterkyberian opened 1 year ago
Seems the most straight forward thing would to not attempt retries when are in transaction, as that can only lead to some terrible bugs.
I think calling self.close() is safer than self.connection = None when the connection is closed (here) it prevent reconnection when you are in atomic transaction block
Seems the most straight forward thing would to not attempt retries when are in transaction, as that can only lead to some terrible bugs.