Creating a job scheduler using Celery in a Django project

preview_player
Показать описание
In this tutorial I will show you how to schedule jobs in your Django project using Celery.

Why would you want to do this? Well, most modern apps run multiple long-processes (jobs) to function. Running these jobs in normal Django views & functions will slow your app down. It's best to process these jobs using a separate worker.

PROJECT LINKS:

ABOUT OUR CHANNEL
Our channel is about coding a development. We cover lots of cool stuff such as Django, React, JavaScript, AJAX, Coding on DLT's
Check out our channel here:
Don’t forget to subscribe!

CHECK OUT OUR OTHER VIDEOS

FIND US AT

GET IN TOUCH

FOLLOW US ON SOCIAL
Get updates or reach out to Get updates on our Social Media Profiles!

SUPPORT US
HBAR wallet: 0.0.290086

HIRE ME
Need help with a project? Hire me on a freelance basis?

DISCOUNTS
Visit our website to get some fantastic discounts
Рекомендации по теме
Комментарии
Автор

Before watch this video, you may need to know that you can skip about 1 first hour. Because all Bobby talk about that in 1 first hour was about create Django project, create form, create VEnv and some basic information.

mostafarahnama
Автор

I don’t understand after sign up send email function actually executed by hit of view while signing up. it should have sent email after every 30 sec to users already in DB. I was waiting to see email sent without any hit of view or api after every 30 sec.

ravhanshafi
Автор

Hi Bobby ! The screencast has been very helpful. In particular, that detail with launching both scheduler and worker, which turned out to be crucial for the whole thing to work properly and cost me a couple of hours to understand :) Looking forward to your new tutorials. Best luck !!

P.S.: are you, by the way, a C developer?

paulmichelle
Автор

Sir, can you make a video how can we integrate nginx, gunicorn to our Django app

fugentech
Автор

How would you run Celery workers automatically without firing them up in the terminal???

AmoahDevLabs
Автор

do i need to pay in order to creare an admin google account?

hugenerretho