'Azure Logic App is timing out on Response despite executing in less than 10 seconds
I have a logic app with an HTTP trigger and ends with a Response. 99% of the time the logic app successfully executes, however ocassionaly I am getting a timeout error even though the total execution time of the app is less than 10 seconds.
Here's a snippet of the logic app Runs History:
For the failed run, I am receiving this message on the Response step:
ActionResponseTimedOut. The execution of template action 'Response' is failed: the client application timed out waiting for a response from service. This means that workflow took longer to respond than the alloted timeout value. The connection maintained between the client application and service will be closed and client application will get an HTTP status code 504 Gateway Timeout.
The logic app is executed via a request through APIM. Any ideas on why this is timing out would be great.
Thanks.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|


