Complete Django Celery and Celery Beat Basic to Advance

preview_player
Показать описание
Complete Django Celery and Celery Beat Basic to Advance
00:00:00 Introduction to Celery
00:03:21 Request Response without Celery
00:05:10 How Celery works
00:09:48 Introduction to Django Celery
00:10:37 Implementation of Django Celery
00:11:57 apply_async()
00:17:00 delay()
00:18:16 AsyncResult Object
00:19:30 AsyncResult Attributes
00:21:12 AsyncResult Methods
00:22:39 Project Setup
00:23:24 Create Virtual ENV
00:26:16 Install Django
00:27:10 Install Redis
00:27:27 Install Celery
00:27:48 Create Django Project
00:28:38 Check Redis working or not
00:29:40 Create celerypy file
00:29:48 Configure Celery
00:33:42 Celery Settings to define Redis Message Broker
00:35:42 Create Django App
00:41:10 Creating Task in celery py file
00:41:47 Enqueue Task using delay()
00:48:02 Start Celery Worker and Process Task
00:52:00 Create Shared Task in a separate taskpy file
00:52:52 Enqueue Shared Task then Start Process
00:54:22 Enqueue Task using apply_async()
00:55:47 Display Task Result
01:02:27 Enable Result Backend Redis
01:07:43 Enable Result Backend Django-DB
01:08:33 Install django-celery-result
01:09:19 Configure and Migrate django-celery-result
01:11:01 Check Tables of django-celery-result from Admin Panel
01:11:35 Monitor Task detail from Admin Panel
01:14:17 Enable Task Name and Worker Name
01:15:50 Custom Task Name
01:17:25 All Celery Configuration List
01:19:40 Celery Periodic Task using Celery Beat
01:20:28 Create Task
01:21:00 Schedule Task inside setting file
01:23:26 Start Celery Beat
01:26:40 Schedule Task inside celery file
01:29:08 Define Schedule using time delta
01:30:41 Define Schedule using crontab
01:32:40 All Crontab Schedules
01:34:07 Solar Schedule
01:35:12 Install django-celery-beat
01:36:27 Configure and Migrate django-celery-beat
01:38:20 Create Task
01:39:20 Schedule Task using dajngo-celery-beat from Admin Panel
01:45:48 Schedule Periodic Task Programmatically
01:50:00 Use Cases

Check Out Our Other Playlists:

Learn more about subject:

________________________________________________

If you found this video valuable, give it a like.
If you know someone who needs to see it, share it.
If you have questions ask below in comment section.
Add it to a playlist if you want to watch it later.
________________________________________________

T A L K W I T H M E !
_______________________________________________

Make sure you LIKE, SUBSCRIBE, COMMENT, and REQUEST A VIDEO! :)
_______________________________________________
Рекомендации по теме
Комментарии
Автор

i completed this video in 4 days. with practice practice and practice.🌺 once again thanks a lot brother.

afraheemraz
Автор

Ap lecture ko padhane ke bad . Practice questions or project karya karo . To use bhi acche se samaj ayaga . Or channel ko reach bhi milega

WahaVai-obbj
Автор

This video is reallly amazingggg. thanks a lot bro for this wonderfull video.

afraheemraz
Автор

sir i loved ur explanation . so precise and to the point

akshaikumar
Автор

One of the best videos on dj with celery ❤❤❤ Thanks a lot Sir...

umeshpandey
Автор

One of the great video on Advance Celery. Thank you so much Sirrr!! 🤗🙏

maheshk_
Автор

Thank you sir... You really are GEM...hope your channels grow more further

AnantaAkash.Podder
Автор

Really helpful! Explained in very clear way

tayyaburrehman
Автор

very informative and helpful playlist. thank you so much !!

srithiprerana
Автор

Thanks for the info and detailed explanation. 🤘

testedmutt
Автор

Thank you for your time and energy offering such free service. Please do you have same video in english language? for some of us that can not follow for language barrier?

christianchapelfmckeffitcr
Автор

Great source upon django-celery, thank you

gurhangoktas
Автор

Yr soo good...
On point...
Cover all bases

BurhanSabir-um
Автор

Hello, if celery worker is on different server, how does worker know the add function as it is defined in Django project?

Angelas
Автор

you are amazing keep uploading such videos

geekyasif
Автор

i was trying to use in-memory broker instead of redis, but when i enqueue a task i dont get any message as "task enqueued" in the worker terminal but i do get the result id in the other terminal... any idea?

sandeepkanojiya
Автор

Sir there are 128 videos in Django course So, can you merge only topic videos excluding vs code and project videos to make one complete Django video that will be very helpful to just watch one video. You can also divide that in 4 to 5 part also that will also be more helpful instead of watching whole playlist. Thanks.

lalitagarwal
Автор

when i start celery worker it gets ready and received task but it doesn't execute the tasks and after surviving 2 days i found this command to run worker terminal
celery -A djangocelery worker -l Info --pool=solo
then it got fixed and started working fine.
sir why you are not using this command and your worker working fine?

ijazahmad-jk
Автор

Thanks a lot from bottom of my heart bro

Coden
Автор

Can u upload a video of setting up this on apache2 server

_trushalpatel