<?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>Question Re: XSA Application router timeout settings in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/xsa-application-router-timeout-settings/qaa-p/618858#M150741</link>
    <description>&lt;P&gt;Thank you Thomas, this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
    <pubDate>Thu, 03 May 2018 08:08:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2018-05-03T08:08:40Z</dc:date>
    <item>
      <title>XSA Application router timeout settings</title>
      <link>https://community.sap.com/t5/technology-q-a/xsa-application-router-timeout-settings/qaq-p/618856</link>
      <description>&lt;P&gt;In our project we are using XS-A.MTA deployment descriptor and application router are used to deploy and route several modules. Issue we have is that some API calls to our applications need up to 1 minute to return response while router is throwing timeout error after 30 seconds. Is there any way to increase timeout time in router?&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;logs snippet:&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;PRE&gt;&lt;CODE&gt;4/27/18 11:34:22:280 AM [APP/11-0] OUT 11:32:22 [...] INFO *API METHOD CALL*
4/27/18 11:34:52:000 AM [RTR] OUT *GATEWAY TIMEOUT MESSAGE TO THE CALLER*
4/27/18 11:35:09:000 AM [APP/11-0] OUT *API RESPONDED WITH 200 (call finished)*&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Apr 2018 08:26:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/xsa-application-router-timeout-settings/qaq-p/618856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-04-30T08:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: XSA Application router timeout settings</title>
      <link>https://community.sap.com/t5/technology-q-a/xsa-application-router-timeout-settings/qaa-p/618857#M150740</link>
      <description>&lt;P&gt;There is a timeout parameter, named: timeout, at the destination level in the mta.yaml. The default is 30000 ms. &lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 13:13:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/xsa-application-router-timeout-settings/qaa-p/618857#M150740</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2018-04-30T13:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: XSA Application router timeout settings</title>
      <link>https://community.sap.com/t5/technology-q-a/xsa-application-router-timeout-settings/qaa-p/618858#M150741</link>
      <description>&lt;P&gt;Thank you Thomas, this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 08:08:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/xsa-application-router-timeout-settings/qaa-p/618858#M150741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-05-03T08:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: XSA Application router timeout settings</title>
      <link>https://community.sap.com/t5/technology-q-a/xsa-application-router-timeout-settings/qaa-p/618859#M150742</link>
      <description>&lt;P&gt;Hi Thomas and Olga,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;I also met the same issue, but cannot figure out how to change this timeout. Also I tried to find any documentation about timeout in mta.yaml without success.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Can you please help me giving simple example of this part mta.yaml. For example, my case:&lt;/P&gt;
  &lt;P&gt; - name: web &lt;/P&gt;
  &lt;P&gt; type: html5 &lt;/P&gt;
  &lt;P&gt; path: web &lt;/P&gt;
  &lt;P&gt; requires: &lt;/P&gt;
  &lt;P&gt; - name: core-backend &lt;/P&gt;
  &lt;P&gt; group: destinations &lt;/P&gt;
  &lt;P&gt; properties: &lt;/P&gt;
  &lt;P&gt; name: core-backend &lt;/P&gt;
  &lt;P&gt; url: ~{url}&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 05:12:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/xsa-application-router-timeout-settings/qaa-p/618859#M150742</guid>
      <dc:creator>former_member311115</dc:creator>
      <dc:date>2018-07-09T05:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: XSA Application router timeout settings</title>
      <link>https://community.sap.com/t5/technology-q-a/xsa-application-router-timeout-settings/qaa-p/618860#M150743</link>
      <description>&lt;P&gt;The documentation is in the readme file of the @sap/approuter module. Just add timeout: &amp;lt;value&amp;gt; in the properties section under group: destinations. &lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 12:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/xsa-application-router-timeout-settings/qaa-p/618860#M150743</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2018-07-09T12:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: XSA Application router timeout settings</title>
      <link>https://community.sap.com/t5/technology-q-a/xsa-application-router-timeout-settings/qaa-p/618861#M150744</link>
      <description>&lt;P&gt;Thanks Olga for the question and Thomas for the replies. Now it works for me.&lt;/P&gt;
  &lt;P&gt;My mistake was that I did not rebuild both projects (web and backend) after the change. &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Just short summary from my mta.yaml:&lt;/P&gt;
  &lt;P&gt;- name: web&lt;/P&gt;
  &lt;P&gt;type: html5&lt;/P&gt;
  &lt;P&gt;path: web&lt;/P&gt;
  &lt;P&gt;requires:&lt;/P&gt;
  &lt;P&gt;- name: core-backend&lt;/P&gt;
  &lt;P&gt;group: destinations&lt;/P&gt;
  &lt;P&gt;properties:&lt;/P&gt;
  &lt;P&gt;name: core-backend&lt;/P&gt;
  &lt;P&gt;url: ~{url}&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;timeout: 120000 # instead of default 30000ms &lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 21:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/xsa-application-router-timeout-settings/qaa-p/618861#M150744</guid>
      <dc:creator>former_member311115</dc:creator>
      <dc:date>2018-07-09T21:35:00Z</dc:date>
    </item>
  </channel>
</rss>

