Hi,
is it possible to increase timeout for HTTP connector in power Automate?
my api takes more than 120 seconds to respond and HTTP connector default timeout is 120 seconds only i guess so it fails as you can see in image below. can than be done ?
Thank you!
Hi,
You can do this from the setting page for the HTTP action.
- Click the three dots in the top right corner of the HTTP action
- Click 'settings'
- Enter a value in timeout field, using the ISO 8601 Duration format - https://www.digi.com/resources/documentation/digidocs/90001437-13/reference/r_iso_8601_duration_form...
If you found this post helpful then please consider marking it as a solution.
Sam
@SamPo- That setting only applies when the HTTP endpoint you are calling implements the async pattern, i.e. the endpoint will return a 202 accepted response, also adding a header property named 'Location' which should then be polled to check the status of the long running job.
@aman_varamaIf your HTTP endpoint exceeds the 120 second limit you should implement the async pattern, just changing the Timeout setting on the action will not work.
Hope this helps
Jay
Thank you @SamPo for the response,
Thank you @Jay-Encodian, can you please pass on little more information on how that can be implemented and any reference referring to async pattern will be helpful!
@aman_varamaWhat stack are you using to build your API?
@Jay-Encodian - we are using ASP.NET & REST to build the API
@aman_varama- here you go
https://docs.microsoft.com/en-us/azure/architecture/patterns/async-request-reply
If this provides the info you need please mark as a solution to help others find the info 👍
User | Count |
---|---|
36 | |
22 | |
18 | |
14 | |
12 |
User | Count |
---|---|
27 | |
20 | |
19 | |
14 | |
13 |