Posts tagged with "celery"
There are a total of 9 posts.
Django on_commit + Celery, Troubleshooting in a Replica Environment
Published Apr 21, 2025 by whitedec
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 , #celery , #transaction , #webhook , #replica
Analysis of on_commit + Celery + ManyToMany Delay Issues in Replica Environments
Published Apr 20, 2025 by whitedec
This post analyzes the delay issues that can occur in replica environments when using transaction.on_commit() and Celery in Django and suggests solutions.
#django , #celery , #transaction , #replica
Django-Celery-Beat: Setting Up Scheduled Tasks Using Crontab and Clocked
Published Feb 03, 2025 by whitedec
This article explains how to set up scheduled tasks in Django-Celery-Beat using Crontab and Clocked. It covers how to schedule tasks that run at specific times…
#django , #crontab , #celery , #celery-beat , #clocked , #periodic-task