Комментарии:
Subscribed! I'm waiting for the series to grow! Thanks for sharing!
ОтветитьPlease continue this series, I love the Django tutorials!!
ОтветитьThank you so much!
ОтветитьMore Django tutorials please. Your content is great and your voice is soothing too😁
ОтветитьVery good!, not sure if this is needed but I added close_code to async def disconnect(self, close_code):
ОтветитьCan make a video content on how to deploy dj channels or celery to AWS or heroku. Love your tutorial
ОтветитьGreat job, thx
Ответитьhonestly, you are true legend. I was stuck on channel_layers for 2 days and i finally bumped into your tutorial and it resolved my issue. I am so thankful that people like you exist out there helping so many other coders. Salute.
Ответитьthis is the best tutorial i had read. i can see the big picture of it. although i am still lost in some pieces. good job....
Ответитьdoes the get_jokes function only get called when a ws client is connected or does it get jokes even when no client is connected?
ОтветитьI have not seen the best way to explain celery other than this tutorial. This is gem
ОтветитьAweomse tutorial...
I'm on django 3.2.3 and the async_to_sync gives me a syntax error. Any remedy for this?
Good work, but I have a problem as following
INFO/ForkPoolWorker-1] Task jokes.tasks.get_joke[992c532c-2b59-4023-aa5b-fc2af4d19fa8] succeeded in 0.7596530969995001s: None
No message is received. PLEASE HELP!
my env: ubuntu16, python3.9
sitting at my desk, pretty red eyed. but this content is good enough to still keep me awake. great job, please continue.
ОтветитьSir you have cleared my confusion. My name is Alauddin. Thank you for teaching this simple way.
ОтветитьHis Javascript must have a sense of humor because it gets the joke.
Ответитьthis tuto is awesome!
ОтветитьCould you please show how to deploy this in aws ec2 linux with nginx and gunicorn? Thank you!
ОтветитьCan you tell me how to install redis in Windows 10
ОтветитьThanks!
Ответитьit is great that you explain the reason for every single line. great job👌
Ответитьyou are the best of the best .
you cant imagine how much you did help me.
thank you sooo much
русские субтитры будут?😀
ОтветитьI thought i will never do this channels and celery again. A big thanks to you, your explanation was great and your screen very clear and bold.
Mine is perfectly working and i have started growing it more.
Thank you for this tutorial, much love.
Hi bro,
If we deploy the worker, beat and websocket into 3 different machine, will it still work ?
woh this is so easy to understand compared to others
ОтветитьThank you for this tutorial! How can I implement real-time network IP cameras stream with websockets django?
ОтветитьThank you. Perfect flow, and I can keep up. Appreciate when you explain the methods, imports and packages. Why it works is so important when debugging or troubleshooting. Even some Linux flags and arguments are appreciated.
Im trying to implement Web socket on my local server for my local Django app. Im running Django on Apache. Will it be tricky with web socket on apache? (Celery and redis are already running when I have long functions)
Крутой👍 Можно было бы запилить по селери развернутый урок на патреоне, со всеми подводными камнями.
ОтветитьThank you so much for making this tutorial <3. One question though, will this Real Time Broadcasting API response App still work without using Celery and Redis (just Django Channels)?
Ответитьwhere did you get the jokes?
Ответитьhey great tutorial thanks! I have a use case where i need to send data using celery to two different groups,, however when the data is coming in too fast, one of the group out of two will get stuck. i dont knw way around it. any ideas?
ОтветитьFantastic content, thanks a lot for sharing
ОтветитьIn a situation where the remote API might go offline periodically, how can I check when it comes back online so that that I can open the connection? and I need to be done periodically
ОтветитьVery good video and explanations.
Ответитьawesome video. just one question , is celery necessary. can we run the python code directly by setting the django_settings_module inside python script directly
ОтветитьThank you!
Мало подобного контента, спасибо большое)
Sir what if my view does a long calls like 2 minutes, and the other user want to request to the same view. how do i implement the thread cause it is doing this sequentially
Ответить