Integrating Celery in Django

preview_player
Показать описание

Integrating Celery in Django

Important links:

1) Celery code and documentation:

2) Celery package:

3) Redis package:

4) Create a Redis instance:

5) AWS CLI installation:

6) AWS Signup:

7 + 8) Amazon Simple Email Service + IAM:

🪧| Video timestamps:

0:00 - Introduction
0:05 - 17:18 - Create and setup a basic Django project
17:19 - 29:09 - Setting up Celery and Redis
29:10 - 40:47 - Creating our first task with Celery (Basic timer)
40:48 - 44:32 - Setup the AWS CLI
44:33 - 52:55 - Create an IAM user
52:56 - 1:02:44 - Integrating Amazon SES
1:02:45 - 1:15:42 - Creating our second task with Celery (Sending emails)

💻 | Website:

📑 | Blog:

📢 | Coaching:

❤️ | Support:
Рекомендации по теме
Комментарии
Автор

Start a celery instance:

celery -A <your project name> worker -l INFO --without-gossip --without-mingle --without-heartbeat -Ofair --pool=solo

CloudWithDjango
Автор

I need a few weeks to finish an essay.
After that, I plan to binge-watch your videos, and also your course from Udemy
I MUST get good with Django
I am tired of being just a Frontend

ZFCaio
Автор

Nice video.
Just 1 advice, if a person is viewing this topic, it means he/she already knows how to setup a basic django project. Yes? So instead you can directly jump to the point.

राजmodgi
Автор

Thanks dude perfect video, please keep goin!!!

berkefekeskin
Автор

Great video. I'd like to put everything onto AWS. I've already done that with a basic Django web site. But how do I put a Celery server on AWS? And how do I put a Redis message broker onto AWS? I think if you added both those things to your series on Django and Celery, that would really be a useful addition.

AndyDuncan
Автор

You have a very clear way of explaining. It's the simplest thing I've seen so far. I hope more videos like this will come. I want to get some advice from you. How can I reach you?

caglargulucan
Автор

Thank you for the video super helpful, I am running a small application on AWS Fargate its using angular for frontend and django for backend. right now I have 2 containers when i introduce celery does that mean i need a new container for the worker? i think that part is confusing me on how I need to accomplish this. thanks again all great videos

DirtySouthT
Автор

Is this enough for a person who's staring to incorporate celery with Django or one must get in more depth

mehranahmed
Автор

the weather where you are is partly cloudy (on screen, below left), is using Django the reason for it?.... hmm.... suspicion

ahmadumar
Автор

Can you pls make one video how to add celery and redis on AWS along with django project?? There are very shoddy resources out there.

kishorereddy
Автор

I have a problem connecting to redis server provided by railway. I have a configuraion with django and redis under docker. With redis running into docker it works fine but If I add railway redis url it connect, receive tasks inside redis but don't execute them! What could be the problem?

fastcoding
Автор

Can we use celery to build activity stream

johnnwabuforudemezue
Автор

Tnk u but could u pls implement celery beat redis on AWS EC2?

jondebosco