Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当事务失败时,我需要挂钩特定模型类型的回滚。我知道使用 ndb api 更简单。但是,我现在有太多遗留代码需要迁移。
你读过这篇关于使用钩子的文章吗?我认为您可以检查是否 call == 'Rollback' 在回滚事务时执行某些操作。