<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[API calls per minute]]></title><description><![CDATA[<p dir="auto">Are all REST requests counted towards that limit?</p>
<p dir="auto">I know we can cache reads, but it really limits what we can create (within reasonable cost).</p>
<p dir="auto">Even at 200$/mo we can do max 41 requests per second, even a 5$/mo VPS can do that and more.</p>
<p dir="auto">What happens when we reach the limit and how do we know the limit has been reached?</p>
<p dir="auto"><strong>UPDATE</strong></p>
<p dir="auto">I didn't think of the Amazon API Gateway, which is required for every Lambda (API request) to run.</p>
<p dir="auto">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.</p>
<p dir="auto">Problem is, such loads are rarely sustained - would rather see a request-count limit, rather than a per-minute limit.</p>
]]></description><link>https://community.appdrag.com/topic/237/api-calls-per-minute</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 00:03:18 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/237.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 Jul 2020 07:37:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to API calls per minute on Fri, 17 Jul 2020 06:44:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/9">@Daniel-Mulroy</a>  yes, <a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/16">@Joseph-Benguira</a>  meant Request Per Minutes. It hurts for the king of high RPS infrastructures to switch to speak about RPM instead of RPS <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f600.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--grinning" title=":grinning:" alt="😀" /></p>
]]></description><link>https://community.appdrag.com/post/823</link><guid isPermaLink="true">https://community.appdrag.com/post/823</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Fri, 17 Jul 2020 06:44:05 GMT</pubDate></item><item><title><![CDATA[Reply to API calls per minute on Thu, 16 Jul 2020 13:17:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/16">@Joseph-Benguira</a> Can you double check your math?</p>
<p dir="auto">You're saying "RPS" (Request Per Second), but saying you can use 5 minutes of credit and the example you gave is 1000 RPS -&gt; 5000 RPS.</p>
<p dir="auto">Did you mean 1000 RPM -&gt; 5000 RPM?</p>
]]></description><link>https://community.appdrag.com/post/820</link><guid isPermaLink="true">https://community.appdrag.com/post/820</guid><dc:creator><![CDATA[Daniel Mulroy]]></dc:creator><pubDate>Thu, 16 Jul 2020 13:17:47 GMT</pubDate></item><item><title><![CDATA[Reply to API calls per minute on Thu, 16 Jul 2020 11:09:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/16">@Joseph-Benguira</a></p>
<p dir="auto">You really thought of everything with this!</p>
<p dir="auto">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".</p>
]]></description><link>https://community.appdrag.com/post/815</link><guid isPermaLink="true">https://community.appdrag.com/post/815</guid><dc:creator><![CDATA[ThomasD]]></dc:creator><pubDate>Thu, 16 Jul 2020 11:09:59 GMT</pubDate></item><item><title><![CDATA[Reply to API calls per minute on Thu, 16 Jul 2020 10:23:05 GMT]]></title><description><![CDATA[<p dir="auto">Hey Thomas,</p>
<p dir="auto">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 <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
<p dir="auto">FYI you can do "Burst" and use up to 5 minutes of credits<br />
so let say your subscription allows 1000 RPS, you are allowed to burst up to 5000 RPS!</p>
<p dir="auto">When you are reaching the limits (over the burst) you will automatically receive an email offering you to upgrade to an higher plan.<br />
while you are over the burst limit our API will return an error saying you are over quota<br />
after the calculation period (5 minutes) your api will resume serving requests automatically</p>
]]></description><link>https://community.appdrag.com/post/811</link><guid isPermaLink="true">https://community.appdrag.com/post/811</guid><dc:creator><![CDATA[Joseph Benguira]]></dc:creator><pubDate>Thu, 16 Jul 2020 10:23:05 GMT</pubDate></item></channel></rss>