def retry_if_peewee_error(cls, error): return isinstance(error, (peewee.OperationalError, peewee.InterfaceError))