GithubHelp home page GithubHelp logo

Comments (2)

WolfgangOfner avatar WolfgangOfner commented on August 11, 2024 1

The Azure Function is triggered every time a new message comes in. But this does not mean that you have 10 Functions running when you send 10 messages at the same time. Azure takes care of the scaling of your Functions. It is possible that Azure runs your Function 10 times or scales to more instances until all messages are processed.

You can check out https://docs.microsoft.com/en-us/azure/azure-functions/event-driven-scaling for more details about scaling and this article also explains how you can configure the scaling behaviour and its limitations.

from microservicedemo.

AcidRaZor avatar AcidRaZor commented on August 11, 2024

Thanks, I just clicked through to the index of your site and saw its way mode in-depth. seems I should stop late-night Googling on my phone as I just saw/read https://programmingwithwolfgang.com/rabbitmq-in-an-asp-net-core-3-1-microservice :P

Thanks again

from microservicedemo.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.