Sending Emails in Django With Celery

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 104

  • @prettyprinted
    @prettyprinted  4 роки тому +1

    Join my free course on working with the database and models in Django: prettyprinted.com/djangodata

  • @danteanditzel
    @danteanditzel 4 роки тому +8

    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!

  • @soniaspirling3131
    @soniaspirling3131 3 роки тому +4

    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!!

  • @anoopkg8681
    @anoopkg8681 4 роки тому +1

    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

  • @sumanbanik3339
    @sumanbanik3339 4 роки тому +4

    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.

  • @yajantbhawsar2481
    @yajantbhawsar2481 5 років тому +10

    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.

    • @prettyprinted
      @prettyprinted  5 років тому +4

      That's a good idea. I'll look into it.

  • @rdx86
    @rdx86 4 роки тому +2

    Great tutorial! That spam email from the dating site was just hilarious! They must have some powerful email scrapers running somewhere.

  • @deus9246
    @deus9246 2 роки тому +4

    This was really helpful! Just one question how would this process of starting/restating the celery server be handled in the production environment?

  • @pestefo
    @pestefo 3 роки тому +2

    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?

    • @byiringirooscar321
      @byiringirooscar321 2 роки тому +1

      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

  • @sohaibshafiq3962
    @sohaibshafiq3962 3 роки тому +4

    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."

    • @Arturcru
      @Arturcru 2 роки тому

      Did anyone fixed this?

    • @davidekong5947
      @davidekong5947 Рік тому +1

      @@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.

    • @Arturcru
      @Arturcru Рік тому +1

      @@davidekong5947 thank you i did it somehow but i will remember this in future :)

  • @yahyakhan-rr9ei
    @yahyakhan-rr9ei 2 роки тому

    One of the best video on this topic

  • @pratikdjango8208
    @pratikdjango8208 2 роки тому

    Thanks Anthony !! Well explained Mate

  • @IlanHarel
    @IlanHarel 3 роки тому

    Thank you for sharing the failures and problem resolution walkthrough.

  • @juanjosemartinromero714
    @juanjosemartinromero714 4 роки тому

    Great! Thank you very much. Including those usual mistakes we make that allow you to learn deeply

  • @pratikt007
    @pratikt007 4 роки тому +1

    When i create huroku redis free so It will ask credit card information

  • @99phenomenon
    @99phenomenon Рік тому +1

    full --heroku!

  • @leandrocosta4283
    @leandrocosta4283 4 роки тому +1

    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!

  • @delllatitude299
    @delllatitude299 5 років тому +4

    Finally , Django with something unique and one level up

  • @andrewminhnguyen9446
    @andrewminhnguyen9446 4 роки тому

    Thanks for this video! Took me a while to find an up-to-date Django/Celery/Heroku tutorial, and I got lucky with yours!

  •  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!

  • @MohammedAbuObaid
    @MohammedAbuObaid 3 роки тому

    Nice one Anthony!
    Really good video to get started with Celery in Django
    Thanks

  • @hoseaochieng5355
    @hoseaochieng5355 4 роки тому +1

    This video helped me alot. Thumbs up!

  • @oops5595
    @oops5595 5 років тому +1

    Hey man, nice video but can you schedule the celery to run on particular time))) and dockerizing them would be COOOOOOOOOL AND HOT )))

  • @Vickersyt
    @Vickersyt 5 років тому +5

    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

    • @nehat786
      @nehat786 5 років тому +1

      This would be great brother. We need more django videos like this

    • @prettyprinted
      @prettyprinted  5 років тому +3

      I'll look into Celery Beat.

    • @Vickersyt
      @Vickersyt 5 років тому +1

      @@prettyprinted Thats great thank you so much Sir!

  • @katekatics
    @katekatics 9 місяців тому

    Very helpful! Thanks a lot 🙏

  • @prota275
    @prota275 2 роки тому

    why do you use pipenv instead of regular venv btw?

  • @wesleybarnes5376
    @wesleybarnes5376 3 роки тому

    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

  • @talanky
    @talanky 3 роки тому

    Really helpful thanks!

  • @TheJonhjonhz
    @TheJonhjonhz Рік тому

    Nice video man 🎉

  • @arielmontes6404
    @arielmontes6404 4 роки тому +1

    I'm geting an error when using delay() from Models. => 'NoneType' object has no attribute 'delay'

    • @arielmontes6404
      @arielmontes6404 4 роки тому

      I was looking for information. Celery does not appear to guarantee compatibility with Windows in asynchronous operations.

    • @arielmontes6404
      @arielmontes6404 4 роки тому

      FIXED!
      In the file CELERY.PY
      ...
      os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'main.settings')
      os.environ.setdefault('FORKED_BY_MULTIPROCESSING', '1')

  • @pitupipitu
    @pitupipitu 3 роки тому

    Thank you, very clear explanation and to the point!

  • @rangabharath4253
    @rangabharath4253 4 роки тому

    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.

  • @tech-talks-with-ali
    @tech-talks-with-ali 4 роки тому

    Thanks for your video, do you have more complex videos like periodic tasks ?

  • @phandinh1241
    @phandinh1241 4 роки тому +1

    Thank for your sharing, do you know how to run a Celery worker on Google cloud?

  • @samuelfelipecastrofernande3087

    Thank you very much!!

  • @cassiosalvador7961
    @cassiosalvador7961 3 роки тому

    Another extremely helpful video, thank you!

  • @codewithfongoh
    @codewithfongoh 3 роки тому

    Thank you for this. Great tutorial.

  • @sanyammittal2943
    @sanyammittal2943 4 роки тому +1

    [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

    • @yokeshm5175
      @yokeshm5175 3 роки тому +1

      In settings.py, instead of CELERY_BROKER_URL try using BROKER_URL

  • @NiM44
    @NiM44 4 роки тому

    Simple and really useful , thanks mate

  • @MrTuzzo77
    @MrTuzzo77 5 років тому +1

    Hi, thanks for your beautiful channel. Your videos very very helpful. Can you make a video about multi thread application in Python Django? Thanks

  • @hamedmatari2577
    @hamedmatari2577 Рік тому

    now I can say, I understood celery

  • @pravegshrestha2610
    @pravegshrestha2610 4 роки тому

    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?

  • @nehat786
    @nehat786 5 років тому

    Amazing video after long time.

  • @privetabdul
    @privetabdul 3 роки тому

    thank you!

  • @alekseykonotop1745
    @alekseykonotop1745 4 роки тому

    Thanks a lot for this guide! Liked and Subscribed!

  • @samarthgodase1011
    @samarthgodase1011 4 роки тому

    can i schedule emails with celery to send at particular time

  • @vazcaino
    @vazcaino 3 роки тому

    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?

  • @danielkamau8436
    @danielkamau8436 3 роки тому

    good work there

  • @TemirlanNurmamatov
    @TemirlanNurmamatov 5 років тому

    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

  • @deepanshuaggarwal7042
    @deepanshuaggarwal7042 4 роки тому

    is it necessary to use HEROKU ?

  • @chandanurs7554
    @chandanurs7554 5 років тому

    Thanks Anthony. I am glad that i found this video. Liked and Subscribed :-)

  • @lakshaynz
    @lakshaynz 4 роки тому

    wowowowow hold up right there - how did you get a virtual environment so oquickly???????

  • @sickdarth
    @sickdarth 3 роки тому

    Amazing video, thanks a lot!

  • @michaels8297
    @michaels8297 4 роки тому

    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

  • @martinv1123
    @martinv1123 4 роки тому

    Useful as always!

  • @amitborkar2892
    @amitborkar2892 5 років тому

    Bro should i use Django in backend for my desktop electron js application?

  • @md.akib5124
    @md.akib5124 5 років тому

    awesome as always

  • @tomneeld
    @tomneeld 4 роки тому

    Nice intro. Thanks, really helped

  • @kona7805
    @kona7805 4 роки тому

    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?

  • @susamamaity1257
    @susamamaity1257 4 роки тому

    :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.

  • @hemanthvatti4387
    @hemanthvatti4387 3 роки тому

    very nice..........

  • @ConsuelaSpongey798
    @ConsuelaSpongey798 4 роки тому

    Awesome vid man!

  • @michaels8297
    @michaels8297 4 роки тому

    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?

  • @tz607
    @tz607 4 роки тому

    How to setup celery with nginx and gunicorn !??

  • @thezquad
    @thezquad 4 роки тому

    Hey Antony Can you do a tutorial on celery beat with django? Maybe even the same send email task.

  • @sohaibshafiq3962
    @sohaibshafiq3962 3 роки тому

    My Django application is running locally.

  • @Furyki
    @Furyki 4 роки тому

    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.

  • @amansingh-os9gd
    @amansingh-os9gd 4 роки тому

    Hey can you please help me with an issue relating to above ? Really like your videos btw

  • @MrYoklmn
    @MrYoklmn 5 років тому +1

    Finally! Finally! Thank you!

  • @sainco3036
    @sainco3036 5 років тому

    Thanks.

  • @nurkanatkhametov6225
    @nurkanatkhametov6225 4 роки тому

    Is there is issue with sending email from instance of celery on Windows? Why are you using ubuntu terminal for running celery?

    • @shamsow
      @shamsow 4 роки тому

      According to the Celery docs, Windows is not supported.

    • @unkownknown7156
      @unkownknown7156 4 роки тому

      @@shamsow so what can be used if not celery

  • @RealEngineer
    @RealEngineer 5 років тому

    Great Channel!

  • @igorkomarov6607
    @igorkomarov6607 4 роки тому

    Perfect

  • @ojasio
    @ojasio 4 роки тому

    Sweeet :). Thanku so much.

  • @solo8003
    @solo8003 5 років тому

    Nice work, we are waiting for more like this...Thank you

  • @user-zy4mo3wp5k
    @user-zy4mo3wp5k 3 роки тому

    A great video on Celery in Django! Thanks, Anthony :-)

  • @MiaElliottPhotos
    @MiaElliottPhotos 4 роки тому

    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?

    • @prettyprinted
      @prettyprinted  4 роки тому

      Yeah, you can use Celery to handle sending the email.

    • @unkownknown7156
      @unkownknown7156 4 роки тому

      Hello did you done your project as you mentioned above @Mia Elliott

    • @MiaElliottPhotos
      @MiaElliottPhotos 4 роки тому

      Project was canceled and as far as I remember Celery wasn't the way to go

  • @JaratMan
    @JaratMan 3 роки тому

    Рахмат

  • @clintonmoshe9544
    @clintonmoshe9544 4 роки тому

    goog content, keep it up

  • @abe9993
    @abe9993 4 роки тому

    Not usefull for me because I don't want to use my credit card information for Heroku

    • @enes222
      @enes222 3 роки тому

      Is it wants?

    • @SmoothBeatbox
      @SmoothBeatbox 3 роки тому

      @@enes222 yes

    • @SmoothBeatbox
      @SmoothBeatbox 3 роки тому

      CELERY_BROKER_URL = "redis://redis:6379"
      CELERY_RESULT_BACKEND = "redis://redis:6379"
      #add this to settings