Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular

    REMINDER

    Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.

    API calls per minute

    Cloud Backend (Cloud DB, API Builder)
    4
    5
    437
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      Thomas D last edited by Thomas D

      Are all REST requests counted towards that limit?

      I know we can cache reads, but it really limits what we can create (within reasonable cost).

      Even at 200$/mo we can do max 41 requests per second, even a 5$/mo VPS can do that and more.

      What happens when we reach the limit and how do we know the limit has been reached?

      UPDATE

      I didn't think of the Amazon API Gateway, which is required for every Lambda (API request) to run.

      So 41req/s would actually cost you 122$/mo (+ traffic) management overhead excluded, so now I see why you charge for it and why there's a limit.

      Problem is, such loads are rarely sustained - would rather see a request-count limit, rather than a per-minute limit.

      1 Reply Last reply Reply Quote 0
      • Joseph Benguira
        Joseph Benguira last edited by

        Hey Thomas,

        Indeed hosting on AWS Serverless infra cost more but is a lot more reliable than a $5 vps ... and is fully managed by AWS team directly 🙂

        FYI you can do "Burst" and use up to 5 minutes of credits
        so let say your subscription allows 1000 RPS, you are allowed to burst up to 5000 RPS!

        When you are reaching the limits (over the burst) you will automatically receive an email offering you to upgrade to an higher plan.
        while you are over the burst limit our API will return an error saying you are over quota
        after the calculation period (5 minutes) your api will resume serving requests automatically

        T Daniel Mulroy 2 Replies Last reply Reply Quote 1
        • T
          Thomas D @Joseph Benguira last edited by

          @Joseph-Benguira

          You really thought of everything with this!

          I really appreciate the transparency too, other services charge several hundred percent for made up limits that don't really have any anchor in reality other than "because".

          1 Reply Last reply Reply Quote 1
          • Daniel Mulroy
            Daniel Mulroy @Joseph Benguira last edited by

            @Joseph-Benguira Can you double check your math?

            You're saying "RPS" (Request Per Second), but saying you can use 5 minutes of credit and the example you gave is 1000 RPS -> 5000 RPS.

            Did you mean 1000 RPM -> 5000 RPM?

            1 Reply Last reply Reply Quote 1
            • Wassim
              Wassim last edited by

              @Daniel-Mulroy yes, @Joseph-Benguira meant Request Per Minutes. It hurts for the king of high RPS infrastructures to switch to speak about RPM instead of RPS 😀

              1 Reply Last reply Reply Quote 3
              • First post
                Last post