Notebook Timeout
Timeout in seconds for notebook execution within the generated notebookutils.notebook.runMultiple() DAG.
When set to a number greater than 0, a timeoutInSeconds entry with that value is added to the DAG configuration of the generated control notebooks. Non-numeric values, 0, or a blank value omit the entry, leaving the runtime default in effect.
When to Change This Setting
Set a value when long-running loads should be bounded, so a hung notebook run fails the DAG instead of blocking the control notebook indefinitely.
Related Settings
| Setting | Interaction |
|---|---|
| Notebook Concurrency | Adds a concurrency limit to the same DAG configuration |
| Activity Timeout | The pipeline-level timeout for the notebook activity that invokes the control notebook |
Notes
- This setting is part of the Microsoft Fabric settings category.
- The default value for this setting is empty.