<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is there a limit of parallel requests/queries from inside an app function? in Developer Q&amp;A Forum</title>
    <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Is-there-a-limit-of-parallel-requests-queries-from-inside-an-app/m-p/201790#M128</link>
    <description>&lt;P&gt;Ooo found an answer from&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/45317"&gt;@LukasPlogmacher&lt;/a&gt;&amp;nbsp; :&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The functionproxy enforces a limit of 20 parallel app-backend/adhoc executions per tenant per functionproxy instance (the exact number of replicas will still need to be decided on). If you hit that limit, you'll get a 429 response. If you get a 429, you can be sure that there was no side-effect, and you may implement retry logic in your app.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;The app from which the execution comes does not affect the limit.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;These limits are not meant to be configurable, but if they become an issue for you, please let us know.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;There is also a recursion depth limit (in case a function calls another function) of 5&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More limits can be found at:&amp;nbsp;&lt;A href="https://developer.dynatrace.com/develop/functions/#runtime-limitations" target="_blank" rel="noopener"&gt;https://developer.dynatrace.com/develop/functions/#runtime-limitations&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 May 2023 13:17:16 GMT</pubDate>
    <dc:creator>Radoslaw_Szulgo</dc:creator>
    <dc:date>2023-05-02T13:17:16Z</dc:date>
    <item>
      <title>Is there a limit of parallel requests/queries from inside an app function?</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Is-there-a-limit-of-parallel-requests-queries-from-inside-an-app/m-p/201789#M127</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Do you know if calling multiple app functions in parallel will run multithread on the serverless side (will we auto-scale) or will it be a single lambda with 2 CPUs (to allow for a OneAgent to run on it)?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 13:46:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Is-there-a-limit-of-parallel-requests-queries-from-inside-an-app/m-p/201789#M127</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2023-05-02T13:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a limit of parallel requests/queries from inside an app function?</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Is-there-a-limit-of-parallel-requests-queries-from-inside-an-app/m-p/201790#M128</link>
      <description>&lt;P&gt;Ooo found an answer from&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/45317"&gt;@LukasPlogmacher&lt;/a&gt;&amp;nbsp; :&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The functionproxy enforces a limit of 20 parallel app-backend/adhoc executions per tenant per functionproxy instance (the exact number of replicas will still need to be decided on). If you hit that limit, you'll get a 429 response. If you get a 429, you can be sure that there was no side-effect, and you may implement retry logic in your app.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;The app from which the execution comes does not affect the limit.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;These limits are not meant to be configurable, but if they become an issue for you, please let us know.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;There is also a recursion depth limit (in case a function calls another function) of 5&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More limits can be found at:&amp;nbsp;&lt;A href="https://developer.dynatrace.com/develop/functions/#runtime-limitations" target="_blank" rel="noopener"&gt;https://developer.dynatrace.com/develop/functions/#runtime-limitations&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 13:17:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Is-there-a-limit-of-parallel-requests-queries-from-inside-an-app/m-p/201790#M128</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2023-05-02T13:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a limit of parallel requests/queries from inside a serverless function?</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Is-there-a-limit-of-parallel-requests-queries-from-inside-an-app/m-p/201932#M129</link>
      <description>&lt;P&gt;Furthermore: Every invocation is handled by its own instance (no matter if it runs on Lambda or not), and you usually work on a fraction of a CPU (~1/6). So be certain about CPU-intense tasks&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 07:45:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Is-there-a-limit-of-parallel-requests-queries-from-inside-an-app/m-p/201932#M129</guid>
      <dc:creator>stefan_baumgart</dc:creator>
      <dc:date>2023-01-10T07:45:11Z</dc:date>
    </item>
  </channel>
</rss>

