Execution Timeout
The wait time in minutes for the script block execution operation to complete before it times out used for the Azure Script Activity in Azure Data Factory.
The value is emitted as the ExecutionTimeout property on the Script activities BimlFlex generates in Azure Data Factory pipelines, for example delete-detection processing, pushdown target-table processing, and Snowflake stage and warehouse-scaling commands. Values must be between 1 and 1440 minutes; blank, non-numeric, or out-of-range values are generated as 120.
When to Change This Setting
Raise it when individual script blocks (for example large delete-detection or processing statements) legitimately run longer than the generated value; lower it to fail fast on statements that should complete quickly.
Related Settings
| Setting | Interaction |
|---|---|
| AzureScriptTimeout | Overall activity timeout, in D.HH:MM:SS format |
Notes
- This setting is part of the Azure Activity settings category.