How to reset Django transaction after exception during multiprocessing?

前端 未结 0 1080
长情又很酷
长情又很酷 2021-01-14 06:40

How do you reset a Django transaction after a database exception (e.g. IntegrityError) occurs so you can continue to write to the database?

I have several workers run

相关标签:
回答
  • 消灭零回复
提交回复
热议问题