Timeout
The default Timeout used for the Azure Script Activity in Azure Data Factory.
The value is emitted as the Timeout 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. The format is D.HH:MM:SS; the default 0.12:00:00 is 12 hours. A blank value is generated as 0.12:00:00.
When to Change This Setting
Lower it when long-running scripts should fail fast instead of holding the pipeline, or raise it when large processing runs legitimately exceed 12 hours.
Related Settings
| Setting | Interaction |
|---|---|
| AzureScriptExecutionTimeout | Separate timeout for the script block execution, in minutes |
| AzureScriptRetryAttempts | Retries applied when a run fails or times out |
Notes
- This setting is part of the Azure Activity settings category.
- The default value for this setting is
0.12:00:00.