Notebook Concurrency
Controls the parallelism of notebook execution via the notebookutils.notebook.runMultiple() DAG in generated control and deploy notebooks.
When set to a number greater than 0, a concurrency 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
Keep the default 2 for moderate parallelism. Increase it when the workspace capacity can run more notebooks in parallel and the load has many independent objects; decrease or clear it to reduce concurrent load on the capacity.
Related Settings
| Setting | Interaction |
|---|---|
| Notebook Timeout | Adds a timeout to the same DAG configuration |
Notes
- This setting is part of the Microsoft Fabric settings category.
- The default value for this setting is
2.