How to avoid action response time out

開発者 アカウント 21 Reputation points
2023-03-13T11:25:04.66+00:00

Hello.

I use the response action after creating a file to the specific file server and I've faced an error with the massage: "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."
Is there any ways I could avoid this error?
I use "file system" connector to create a file to the specific file server and I faced an error with status code 429 so that I changed the retry policy on my connector action. I have no longer faced the 429 error, but now I've faced this timeout error.

Thank you in advance for any thoughts and advice.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,132 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,421 Reputation points
    2023-03-16T05:15:24.4333333+00:00

    @開発者 アカウント Thanks for reaching out. If you are getting "504 Gateway Timeout" in your logic app, it means that the server is taking too long to respond to the request. This error can occur due to various reasons such as:

    • The server is taking too long to process the request.
    • The server is down or not responding.
    • The network connection is slow or unstable.

    Are you using OPDG to connect to your on primes file system or directly connecting to your file system without OPDG. Is there limitation on the number of connectors to your file system server and have you verified file system logs and whether your file server was under high utilization? Timeout value cannot be increased for the consumption logic app but if you have standard logic app then the timeout value may be increased depending upon if you are using in build connector and the configuration supports it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.