Posts tagged with "thread"
There are a total of 1 posts.
Django 事务与线程的陷阱:on_commit() 提前执行问题
Published 四月 20, 2025 by whitedec
分析 Django 中 transaction.on_commit() 提前执行的问题,讲解事务与线程之间的相互作用,并分享解决方案。
#django , #celery , #transaction , #on_commit , #thread