This is one of the best sites on django and coding in general. You are crystal clear and you explain everything at a great pace. Thank you for being so helpful to so many!!
This was really helpful, I appreciate that you showed the errors that we could encounter when setting up redis and celery on a django app and guided us in solving the issues. Thank you!
Have been following you since months now, your videos are really helpful, could you make a video for integrating zoom/whereby in Django, I did that once using REST, was quite a task. I'm sure you can show some tricks.
For windows users, run celery as follows, celery -A projectname worker --pool=solo -l info , if you feel difficult adding redis , try RabbitMQ, download and install Erlang, RabbitmQ and add CELERY_BROKER_URL = 'amqp://localhost' in settings.py
Hi, everything goes smooth until 13:00 when celery sever is run, I got this: consumer: Cannot connect to REDIS_URL: Error while reading from socket: (54, 'Connection reset by peer').. any hints where the error could be?
@@Arturcru At this time, you're probably not going to see Heroku Redis as part of the add-ons (you'll likely see Heroku Data for Redis). In my case, I just used another redis add-on. Try using RedisGreen.
Hello Anthony, I just got to know your channel and I'm loving the videos. do an example of crud with Svelte using Django rest I believe would be a success!
Hello Anthony, could you please make a video on, "Integrating Google calendar" in python Django, and creating the events on it. Their are not much resources or tutorials available for it. We will be so glad to have one from you. Thanks in advance.
New to this environment, so is Celery the go to for Django to do all my backend tasks and scripts basically, for example: *Running daily reports on sales, *tasks that request user reviews via automated emails, etc? Thanks for the video
[2020-07-16 23:52:45,251: ERROR/MainProcess] consumer: Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 111] Connection refused. Trying again in 8.00 seconds... (4/100) getting this error whenever I run Celery server Please Help
Hi there, Here, we manually run the celery worker on the command line, but when we deploy our app on the server, then how can we run the celery worker for those tasks?
4 года назад+1
Thank you very much! This took me a while I was like but I even install Linux in a partition of my drive because new celery doesn't have support for windows. Regards!
I have a project with a Model that already had a TimeField set. Is it possible to use Celery to send a daily email based on that TimeField? Or maybe a notification in the website?
A point of confusion I have with this is what if there are multiple users using your website and they all are using the route with this task queue. Does each persons task get run immediately on their browser or does the task wait in the queue until its turn to execute
Awesome anthony. Could you please make a tutorial on order management system using django making use of flipkart,snapdeal,amazon seller apis. Thank you so much for the awesome tutorials.
Hello my friends. Great video tutorial. I have a problem here. When I have to send 1 e-mail per request it works perfectly, but if you have 5 e-mails, for example, there is a connection error with SMTP. I believe that this error is due to the competition between tasks, that is, it is trying to send everything at the same time. Is there anything that can solve this?
Hello, could anyone explain why celery is useful over threading? On my flask app I have the user set some sensor ranges for a few different sensor values. Tried using a while loop and realized I couldnt return data to the client side since the while loop was infinite and I have since found myself looking up celery and threading. Would setting up some threads (with different variable names for each thread) be better than celery for this case?
redis broker is working and the task is being executed but not succeeding, though it keeps on receiving the task that it needs to execute, im using the vscode terminal and im running on windows, should i use the linux terminal in order for this to work properly ? , if you can help me then tnx in advance ur tutorial is still very helpful.
FIXED! In the file CELERY.PY ... os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'main.settings') os.environ.setdefault('FORKED_BY_MULTIPROCESSING', '1')
Hi, I really like your videos! Can you please make a video on Dynamic Django Formsets? I have searched the internet for a few days, and most of the solutions are out of date (5-8 years old). I think a lot of people would be interested
Im building an app in which user has to provide some data and in return he/she will get an email with an attachment that contains provided data. I am expecting large traffic on my website. Would Celery make any sense in this situation?
Join my free course on working with the database and models in Django: prettyprinted.com/djangodata
This is one of the best sites on django and coding in general. You are crystal clear and you explain everything at a great pace. Thank you for being so helpful to so many!!
This was really helpful, I appreciate that you showed the errors that we could encounter when setting up redis and celery on a django app and guided us in solving the issues. Thank you!
Great tutorial! That spam email from the dating site was just hilarious! They must have some powerful email scrapers running somewhere.
One of the best video on this topic
Thanks Anthony !! Well explained Mate
Finally , Django with something unique and one level up
Nice one Anthony!
Really good video to get started with Celery in Django
Thanks
This video helped me alot. Thumbs up!
Thank you for sharing the failures and problem resolution walkthrough.
Thanks for this video! Took me a while to find an up-to-date Django/Celery/Heroku tutorial, and I got lucky with yours!
Glad you liked the video!
Great! Thank you very much. Including those usual mistakes we make that allow you to learn deeply
Have been following you since months now, your videos are really helpful, could you make a video for integrating zoom/whereby in Django, I did that once using REST, was quite a task.
I'm sure you can show some tricks.
Nice video man 🎉
Very helpful! Thanks a lot 🙏
For windows users, run celery as follows, celery -A projectname worker --pool=solo -l info
, if you feel difficult adding redis , try RabbitMQ, download and install Erlang, RabbitmQ and add CELERY_BROKER_URL = 'amqp://localhost'
in settings.py
Thank you for this. Great tutorial.
Really helpful thanks!
Thank you, very clear explanation and to the point!
Another extremely helpful video, thank you!
Hi, everything goes smooth until 13:00 when celery sever is run, I got this:
consumer: Cannot connect to REDIS_URL: Error while reading from socket: (54, 'Connection reset by peer').. any hints where the error could be?
I had the same issues I don't know how we can fix this issues if you have found the fix please let me know
Heroku Redis is not working for me. I got error saying, "Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 111] Connection refused."
Did anyone fixed this?
@@Arturcru At this time, you're probably not going to see Heroku Redis as part of the add-ons (you'll likely see Heroku Data for Redis). In my case, I just used another redis add-on. Try using RedisGreen.
@@sigmoid1320 thank you i did it somehow but i will remember this in future :)
Simple and really useful , thanks mate
Hello Anthony, I just got to know your channel and I'm loving the videos. do an example of crud with Svelte using Django rest I believe would be a success!
Thanks a lot for this guide! Liked and Subscribed!
This was really helpful! Just one question how would this process of starting/restating the celery server be handled in the production environment?
Amazing video after long time.
Amazing video, thanks a lot!
Thanks Anthony. I am glad that i found this video. Liked and Subscribed :-)
Useful as always!
full --heroku!
Awesome vid man!
awesome as always
Thank you very much!!
good work there
Hello Anthony, could you please make a video on,
"Integrating Google calendar" in python Django, and creating the events on it. Their are not much resources or tutorials available for it. We will be so glad to have one from you. Thanks in advance.
That's a good idea. I'll look into it.
Nice intro. Thanks, really helped
New to this environment, so is Celery the go to for Django to do all my backend tasks and scripts basically, for example: *Running daily reports on sales, *tasks that request user reviews via automated emails, etc? Thanks for the video
[2020-07-16 23:52:45,251: ERROR/MainProcess] consumer: Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 111] Connection refused.
Trying again in 8.00 seconds... (4/100)
getting this error whenever I run Celery server
Please Help
In settings.py, instead of CELERY_BROKER_URL try using BROKER_URL
thank you!
now I can say, I understood celery
Glad the video helped!
Hi there, Here, we manually run the celery worker on the command line, but when we deploy our app on the server, then how can we run the celery worker for those tasks?
Thank you very much!
This took me a while I was like but I even install Linux in a partition of my drive because new celery doesn't have support for windows.
Regards!
Thank for your sharing, do you know how to run a Celery worker on Google cloud?
Hey man, nice video but can you schedule the celery to run on particular time))) and dockerizing them would be COOOOOOOOOL AND HOT )))
A great video on Celery in Django! Thanks, Anthony :-)
I have a project with a Model that already had a TimeField set. Is it possible to use Celery to send a daily email based on that TimeField? Or maybe a notification in the website?
Thanks for your video, do you have more complex videos like periodic tasks ?
A point of confusion I have with this is what if there are multiple users using your website and they all are using the route with this task queue. Does each persons task get run immediately on their browser or does the task wait in the queue until its turn to execute
Nice work, we are waiting for more like this...Thank you
Finally! Finally! Thank you!
Awesome anthony. Could you please make a tutorial on order management system using django making use of flipkart,snapdeal,amazon seller apis. Thank you so much for the awesome tutorials.
Hello my friends. Great video tutorial. I have a problem here. When I have to send 1 e-mail per request it works perfectly, but if you have 5 e-mails, for example, there is a connection error with SMTP. I believe that this error is due to the competition between tasks, that is, it is trying to send everything at the same time. Is there anything that can solve this?
Great Channel!
Hello, could anyone explain why celery is useful over threading? On my flask app I have the user set some sensor ranges for a few different sensor values. Tried using a while loop and realized I couldnt return data to the client side since the while loop was infinite and I have since found myself looking up celery and threading. Would setting up some threads (with different variable names for each thread) be better than celery for this case?
very nice..........
can i schedule emails with celery to send at particular time
Bro should i use Django in backend for my desktop electron js application?
Sweeet :). Thanku so much.
wowowowow hold up right there - how did you get a virtual environment so oquickly???????
When i create huroku redis free so It will ask credit card information
Hi Anthony, thanks for vid! Could you please do a tutorial on celery beat with django? For example some simple periodic web scraping with saving to db
This would be great brother. We need more django videos like this
I'll look into Celery Beat.
@@prettyprinted Thats great thank you so much Sir!
why do you use pipenv instead of regular venv btw?
redis broker is working and the task is being executed but not succeeding, though it keeps on receiving the task that it needs to execute, im using the vscode terminal and im running on windows, should i use the linux terminal in order for this to work properly ? , if you can help me then tnx in advance ur tutorial is still very helpful.
Same problem
:even though I installed redis still it is showing:ImportError: Missing redis library (pip install redis).
Please help me out. I am stuck with this.
I'm geting an error when using delay() from Models. => 'NoneType' object has no attribute 'delay'
I was looking for information. Celery does not appear to guarantee compatibility with Windows in asynchronous operations.
FIXED!
In the file CELERY.PY
...
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'main.settings')
os.environ.setdefault('FORKED_BY_MULTIPROCESSING', '1')
Thanks.
is it necessary to use HEROKU ?
Hey can you please help me with an issue relating to above ? Really like your videos btw
Hi, thanks for your beautiful channel. Your videos very very helpful. Can you make a video about multi thread application in Python Django? Thanks
Hi, I really like your videos!
Can you please make a video on Dynamic Django Formsets? I have searched the internet for a few days, and most of the solutions are out of date (5-8 years old). I think a lot of people would be interested
Is there is issue with sending email from instance of celery on Windows? Why are you using ubuntu terminal for running celery?
According to the Celery docs, Windows is not supported.
@@shamsow so what can be used if not celery
Perfect
goog content, keep it up
Hey Antony Can you do a tutorial on celery beat with django? Maybe even the same send email task.
I'll look into it.
Im building an app in which user has to provide some data and in return he/she will get an email with an attachment that contains provided data. I am expecting large traffic on my website. Would Celery make any sense in this situation?
Yeah, you can use Celery to handle sending the email.
Hello did you done your project as you mentioned above @Mia Elliott
Project was canceled and as far as I remember Celery wasn't the way to go
Рахмат
How to setup celery with nginx and gunicorn !??
My Django application is running locally.
Not usefull for me because I don't want to use my credit card information for Heroku
Is it wants?
@@enes222 yes
CELERY_BROKER_URL = "redis://redis:6379"
CELERY_RESULT_BACKEND = "redis://redis:6379"
#add this to settings