Posts tagged with "on_commit"
There are a total of 1 posts.
Djangoトランザクションとスレッドの罠: on_commit()の早すぎる実行問題
Published 4月 20, 2025 by whitedec
Djangoでtransaction.on_commit()が予想以上に早く実行されるという問題を分析します。トランザクションとスレッドがどのように相互作用するかを説明し、解決策を共有します。
#django , #celery , #transaction , #on_commit , #thread