Sign in
There are a total of 2 posts.
2025-04-21
This post shares a real case of solving issues that arose when combining transaction.on_commit(), Celery asynchronous processing, and a replica environment in Django.
This post analyzes the delay issues that can occur in replica environments when using transaction.on_commit() and Celery in Django and suggests solutions.