FastAPI Microservices Full Course

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

КОМЕНТАРІ • 13

  • @adrewkin8375
    @adrewkin8375 2 роки тому +2

    One of the Best Channels!

  • @down__lo7359
    @down__lo7359 2 роки тому +2

    Great work, thanks for sharing your knowledge

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

    thank you for keeping up the good work

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

    I would like to see you with Millions of subscription!

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

    Thanks you very much 👍👍👍👍🤩

  • @azjrc5761
    @azjrc5761 8 місяців тому

    Where did you find the documentation for redis-om? for Python? I can't find it.

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

    Thank you for sharing. Do you have your udemy training microservice with Laravel and Redis stream?

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

    Hi! Thanks for the video, I have very weird problem though: in my refund_order consumer, Order.get(obj['pk']) completely freezes each time somehow. The pk itself is there. I tried to print up before and after that get statement, and right until it prints, right after that it stops. Status also doesn't change since it freezes. All endpoints work correctly. Any ideas what could that be?

  • @user-dw2il9ij8k
    @user-dw2il9ij8k 2 роки тому +1

    Please deploy this app

    • @ScalableScripts
      @ScalableScripts  2 роки тому +2

      I will create a Terraform tutorial soon, maybe that will guide you how to deploy this.

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

      @@ScalableScripts amazing

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

    Amazing Work! This is an incredible tutorial; I hope there will be more content like this in the future. I'm having problems making querys with Order.find() when defining the Order hashmodel with Field(index=True), i'm getting this error : "redis_om.model.model.NotFoundError"
    I hope you can help me with this! Isn't much documentation about python redis-om, and I really don't understand what I am doing wrong. Thnx!