You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to replicate RetryOperationalError of peewee in peewee_async?
I have tried inheriting from RetryOperationalError and overriding execute (closing and retrying on error), but that does not quite work, specially for transactions. For reference, what peewee does is override execute_sql and retries on error.
Thank you in advanced.
The text was updated successfully, but these errors were encountered:
Is there any way to replicate RetryOperationalError of peewee in peewee_async?
I have tried inheriting from RetryOperationalError and overriding execute (closing and retrying on error), but that does not quite work, specially for transactions. For reference, what peewee does is override execute_sql and retries on error.
Thank you in advanced.
The text was updated successfully, but these errors were encountered: