简体   繁体   English

我们可以为逻辑应用程序定义超时-SQL数据库连接器

[英]Can we define a time out for logic app - SQL Database connector

Is there a way I can define a timeout for logic app sql database connector. 有没有一种方法可以为逻辑应用程序sql数据库连接器定义超时。 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 https://docs.microsoft.com/zh-cn/azure/connectors/connectors-create-api-sqlazure

您可以按照以下模式来延长自定义操作的时间(通过执行异步处理),以进行长达90天的操作,但是单个同步请求只能保持打开状态120秒(如此处记录)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure Logic App SQL连接器重试 - Azure Logic App SQL Connector retries SQL 或 Power BI 中是否有一种方法可以定义工作并计算出工作所需的时间以及工作之间的时间? - Is there a way in SQL or Power BI where I can define jobs and figure out the time it takes to do a job and then time in between jobs? 我们是否可以将2个具有相同逻辑的SQL合并在一起,只是略有不同? - Can we merge 2 SQL with same logic with just marginally difference? Azure Logic Apps'执行SQL查询'连接器 - Azure Logic Apps 'Execute SQL Query' Connector 我们可以在多个数据库上定义过程或选择语句吗? - Can we define procedure or select statement on more than one database? 我们可以将.sql文件导入HSQL数据库吗? - Can we import .sql file into HSQL database? 我们可以添加多个sql驱动程序,如OTD,MySQL Connector / J,PostgreSQL,SyBase JConnect等等吗? - Can we add multiple sql drivers like OTD, MySQL Connector/J, PostgreSQL, SyBase JConnect and more? 当我们使用SELECT语句时,SQL查询可以用特定值(我们动态定义)替换布尔值吗? - Can SQL Queries replace boolean value with specific value(as we define dynamically) when we use SELECT statement? SQL Azure数据库重试逻辑 - SQL Azure Database retry logic 我们可以将SQL查询中的数据库名称作为参数传递吗? - Can we pass database name in a SQL query as parameter?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM