Webhook Architecture Design with Svix Founder & CEO Tom Hacohen

Поділитися
Вставка
  • Опубліковано 28 чер 2022
  • If you want to scale your webhooks fast, check out www.svix.com/.
    In this video, Tom gives an overview of webhook architecture design best practices. We talk through our infrastructure diagram as well as some features every webhook system should have to ensure reliability, security, and user experience.

КОМЕНТАРІ • 5

  • @SvixHQ
    @SvixHQ  6 місяців тому +1

    If you want to scale your webhooks fast, check out www.svix.com/.

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

    Great Informative video. ❤ from India

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

    I really want a quick start Application Setup With FastAPI Video ❤️❤️❤️❤️ that would be awesome

  • @vishalpaalakurthi8197
    @vishalpaalakurthi8197 3 місяці тому

    How many task queues do you create ? A single action can be subscribed by multiple users ..

    • @SvixHQ
      @SvixHQ  3 місяці тому

      It really depends! You can go with as little as one (and have multiple subscriptions share the same queue), to as many as you possible want depending on your requirements.