There are a total of 12 posts.
Published Dec 11, 2025 by whitedec
ORM, @property, and Celery Debugging: Encrypted Fields and FieldDoesNotExist Issues
Fix FieldDoesNotExist errors caused by wrapping encrypted fields with @property in Django models. Learn why this issue …
Published Jun 18, 2025 by whitedec
In-depth Exploration of Celery's apply_async() and Its Relationship with delay()
An in-depth analysis of the differences between delay() and apply_async() in Celery, along with advanced asynchronous t…
Published Jun 13, 2025 by whitedec
The Magic of Celery: Unveiling the `delay()` Function
Uncover the secrets of the Celery delay() method! Discover how the delay() function enhances your asynchronous tasks sm…
Published Apr 21, 2025 by whitedec
Django on_commit + Celery, Troubleshooting in a Replica Environment
This post shares a real case of solving issues that arose when combining transaction.on_commit(), Celery asynchronous p…
Published Apr 20, 2025 by whitedec
Analysis of on_commit + Celery + ManyToMany Delay Issues in Replica Environments
This post analyzes the delay issues that can occur in replica environments when using transaction.on_commit() and Celer…
Published Feb 03, 2025 by whitedec
Django-Celery-Beat: Setting Up Scheduled Tasks Using Crontab and Clocked
This article explains how to set up scheduled tasks in Django-Celery-Beat using Crontab and Clocked. It covers how to s…
Django-Celery-Beat: Practical Example of Scheduled Tasks Utilizing PeriodicTask
This post explains how to flexibly create and modify PeriodicTasks in Django-Celery-Beat using update_or_create. It dis…
Django-Celery-Beat: How to Create Scheduled Tasks
How to create scheduled tasks using Django-Celery-Beat. This post explains how to register and manage periodic tasks us…
Published Dec 15, 2024 by whitedec
Celery @shared_task Options: A Complete Guide to bind, autoretry_for, retry_backoff, max_retries
Explore the complete guide to Celery @shared_task options including bind, autoretry_for, retry_backoff, and max_retries…
Published Nov 09, 2024 by whitedec
Redis Part 3: Memory Management and Performance Optimization in Redis
Learn about Redis memory management and performance optimization techniques, including settings for eviction policies, …
Redis Part 2: Data Persistence Options in Redis - RDB vs AOF
Explore the data persistence options in Redis, including RDB and AOF. Understand their features, advantages, and use ca…
Redis Part 1: Understanding Basic Concepts and Configuration Files
Learn the basic concepts of Redis and understand its important configuration file, redis.conf, to optimize performance …