1
votes

Is there a way I can define a timeout for logic app sql database connector. I have a requirement to run a long running DB transaction as a step, wanted to do a feasibility analysis of this ask.

I refer the below doc could not really find a way to define a timeout property for a connector. https://docs.microsoft.com/en-us/azure/connectors/connectors-create-api-sqlazure

1

1 Answers

1
votes

You can follow patterns to extend the time of custom actions (by doing async processing) for actions that can last up to 90 days, but a single synchronous request can only remain open for 120 seconds as documented here