Flask Celery + Redis + Queue Understanding How Celery Works | Background Process

preview_player
Показать описание
-------------------Watch------------------------------
Title : Python + Celery + Redis + Queue Understanding Background Processing

Title : Flask Celery + Redis + Queue Understanding How Celery Works | Background Process

Title : Learning about Flask + Celery + Redis + Docker with Python in 30 Minutes

Title : Getting started with Rabbit MQ + Flask + Celery + Docker with Python

Title : Learning Celery Flask Broker as RabbitMQ Backend as MongoDB

Title : Implementing a Scheduler in python using Celery Beat & Redis with Docker Container

Title : MYSQL Event based Architecture Send Events to Elk or Mongo ie Fan out | in Python
---------------------------------------------------------------------------- Connect With Me ----------------------------------

#python #webdeveloper #php #software #softwaredeveloper #computerscience #tech #webdesign #computer #technology
#programmer #programming #coding #developer #code #coder #programmingofficial #meme #java #javascript
#coder #developer #devops #sysadmin #programmer #geek #engineer #gamer #nerd #entrepreneur
Рекомендации по теме
Комментарии
Автор

Just getting started on celery and redis, this is way better than going through the documentation line by line. Thanks man!! Helped a lot!

kosprov
Автор

The best video to understand the process. Thanks!!!!

preetkamal
Автор

That pool solo problem is still an issue for windows today and it cost me several hours. I found the same SO post as you 😂

AlejandroErickson
Автор

Thank you bro ! it works, magic happend !

mukeshnayal
Автор

Soumil, great video. Would you be expanding this to include a backend store and have 2 routes. The first POST route will notify the user that his request has been accepted and return a task id. He can then get an update on another GET route some_route/{task_id} where he gets informed if his job is still processing or completed. Also should all async routes return a 200 or 202 Accepted.

shreejitnair
Автор

thank you (--pool=solo) did the job for me and its runnigng now

sinahariri
Автор

Thanks for the video

Any idea how to run the celery task in daemon mode

vigneshsaravanan
Автор

how this can be used for a microservice architecture?
Imagine a team with 4 developers and each one must to develop a microservice.
Celery can be shared between the services?
Also, in this kind of scenario, how should be implemented with Docker/ Docker Compose?

coxinitus
Автор

First of All thanks Man ! I want to create youtube downloader using django, celery and redis! I am confused where to start can you explain it to me, I would be thankful to you.

Yash-cwzm
Автор

Celery delay call command is taking more than 50sec to execute in flask. I am using celery with redis as broker. Task is received or task id created in worker with this 50sec delay. Initially it was working fine. I am using centos machine. Due to this webpage will be loading state for 1 min. How to overcome?

pramodgmenon
Автор

if I use MYSQL database and I want to take some info from it to send email using celery is that possible or reids don't work with MYSQL ??

areejalmalki
Автор

Excellent work, i also found alternative for celery that its name is rq, would you know something about it ?

josemarroquin
Автор

Would you have this same architecture if a client is doing a GET request on an API and the server needs to fetch from a DB?

BM-ufpp
Автор

suppose if I used this while uploading photos
and I send a response to the user task done.
but what will happen if the user imminently close the tab before the file been upload.
will it work? if no then
what should I do in this kind of situation?

pujanrajrai
Автор

How can we see what's inside our redis queue ?

angelleal
Автор

great video, thanks for information
i have issue i installed the celery package and when i run the command it returns
(venv) -A tasks worker --pool=solo --loglevel=info
'celery' is not recognized as an internal or external command,
operable program or batch file.
is there is something i am missing can you help me on this
or give link for installation steps

AhmedOsman-rirp
Автор

bro doesnt know what hes talking about

MrAkakakakka
Автор

videos is great, but still not working anyone of this in your channel (

squabble
Автор

Soumil, great video. Would you be expanding this to include a backend store and have 2 routes. The first POST route will notify the user that his request has been accepted and return a task id. He can then get an update on another GET route some_route/{task_id} where he gets informed if his job is still processing or completed. Also should all async routes return a 200 or 202 Accepted.

shreejitnair