Yash Bridyashbrid03.hashnode.dev路Dec 18, 2024How I built Stock Stalker ?Story Behind Stock Stalker Back in 2020, when the world went into lockdown and everyone was stuck at home, I, like many others, found myself exploring new hobbies. The stock market was everywhere鈥攐n the news, social media, and even group chats. Peopl...52 readsDjango
Snehangshu Bhattacharyablogs.snehangshu.dev路Nov 12, 2024FeaturedA Step-by-Step Guide to Advanced Task Scheduling using Celery Beat and DjangoIn my asynchronous Python blog, I explored multitasking, distributed computing, and related best practices. But sometimes we need to run programs in a periodic manner, where running tasks in parallel does not matter. In many applications, periodic ta...30 likes路250 readscelery
Deven devendraadhikari.com.np路Jun 2, 2024Setting Up Celery, Celery Beat, Redis, and DjangoThis guide will walk you through the detailed process of setting up and using Celery with Redis in a Django application. We'll cover task creation, enqueuing tasks, using Redis as a message broker, processing tasks with Celery workers, and scheduling...52 readsDjango
Parmeshwar Rathodblog.parmeshwar.me路Dec 14, 2023馃槑 Scaling your Django App with CeleryHere, I will demonstrate how I integrated Celery into my Django app after reading many frustrating documentation pages. trust me you will find this is the easiest way Requirements: running django app template( if don't have clone it this repo ) cel...3 likes路78 readsDjango