Complete Django Celery and Celery Beat Basic to Advance

Channel:
Subscribers:
543,000
Published on ● Video Link: https://www.youtube.com/watch?v=BGiQJgWukRA



Category:
Tutorial
Duration: 1:52:21
4,482 views
184


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

Complete Celery Course: https://www.youtube.com/playlist?list=PLbGui_ZYuhijN6wEQZ0DC-V5EdK4YMrYO

Source Code: https://github.com/geekyshow1/myceleryproject

Django Testing: https://www.youtube.com/playlist?list=PLbGui_ZYuhiixCQ8tFnq4RYAsdUVd933w

Session Authentication: https://www.youtube.com/playlist?list=PLbGui_ZYuhigdHxRJ_SYvkvMF8OuNLMvx

Django Image Uploader : https://youtu.be/5TwCVOyYR4U

Complete Django Course: https://www.youtube.com/playlist?list=PLbGui_ZYuhigchy8DTw4pX4duTTpvqlh6

Ajax Tutorials: https://www.youtube.com/playlist?list=PLbGui_ZYuhihUYNCkpedtfgpYXv9tHVsp

Check Out Our Other Playlists:
https://www.youtube.com/user/GeekyShow1/playlists

Learn more about subject:
http://www.geekyshows.com/

________________________________________________

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 !
Business Email: contact@geekyshows.com
Twitter: https://twitter.com/Geekyshow1
Website: http://www.geekyshows.com/
_______________________________________________

Make sure you LIKE, SUBSCRIBE, COMMENT, and REQUEST A VIDEO! :)
_______________________________________________







Tags:
Django
django tutorial
django geeky shows
django celery
django celery beat
use celery with django
django celery results tutorial
celery with django
celery django
celery django example
celery and django tutorial
how to use celery with django
celery django redis
celery beat django
python django celery
python django celery redis
django celery redis
celery
django
python
Celery real world use cases
django schedule task
celery periodic task