How to monitor Celery Tasks with Flower - Django Background Tasks - Part 3

preview_player
Показать описание
In this video we learn how to set up Flower to monitor Celery background tasks and how to add a database as a results backend

0:00 Intro and Set Up
2:20 Flower
10:00 Results Database

Support me on:
Thank you.

Follow me on:

#django #celery #flower #redis #threading #python #pythonprogramming #selftaughtdeveloper #webdevelopment #webapp #webdesigner #programmer #coding #codingforbeginners #entrepreneur #stayathomedad
Рекомендации по теме
Комментарии
Автор

Please Complete this project as early as possible, You are Very good teacher.

durgeshartist
Автор

When I see a video, I automatically like it. Thank you very much for your videos. 😊

lefiofan
Автор

Django is awesome, that's all I was saying! Celery and Flower are the best! :)

codernerd
Автор

I'm glad I found your channel, a lot of useful videos that I will just need for my project, thank you :)
I have one task for web scraping, which triggers 3 classes, scraping different websites. I've logger for their class instance, so I see what's going on inside task in console.
But since I setup celery yesterday, I won't look in terminal for result soon. Flower doesn't save log info inside task, can it be saved inside task with django db backend 12:52 or I need to save logs to file with standard logging module?

patryk
Автор

Please, I need your help. I know celery can help me. The assignment is that there is for example an online school, there are lessons, this lesson will be available to students every week. That is on Monday 1.01 will be the first lesson open, then 8.01 will be the second lesson open, and so on. How to do it ?

VitaliiPodhornyi
Автор

This mean django-celery-results can use as flower? we install only one of them is enough?

jpongthep