Configure Timeout of @sap/approuter Component of a Communication Arrangement for Inbound Communication with Service Key OAuth
By default, communication between the approuter and connected services is timed out after 30 seconds. This default value is suitable for most applications. However, for long-lasting data transfer, communication lasts longer. If you experience timeouts, you can set the service key parameter abap_endpoint_timeout
to a value higher than 30 seconds.
- You have created a space. See Create Spaces.
- You have the space developer role. See Assigning the Space Developer Role to the Developer Users.
-
Log on to the cockpit and go to the subaccount that contains the space you'd like to navigate to. See Navigate in the Cockpit.
-
In the navigation area, go to Cloud Foundry > Spaces and choose your space.
-
Select Services > Instances from the navigation area and navigate to your ABAP system service instance.
-
Click on and select Create Service Key.
-
In the New Service Key dialog, enter a name for your service key and specify the parameter in JSON format as follows:
{ "abap_endpoint_timeout": 600000 }
You can use s (seconds) or m (minutes) to define the value.
If no unit is defined, the value is interpreted as seconds.
The maximum value is 600s or 10m.
Related Information