Skip to content

Commit 4801f8d

Browse files
author
Xueran Zhang (Beyondsoft)
committed
updateNotebookCellLimitation
1 parent 3002153 commit 4801f8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/synapse-analytics/troubleshoot/troubleshoot-synapse-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,17 +140,17 @@ This URL pattern is looser than the one shown in “Root Cause” section becaus
140140

141141
### Symptom
142142

143-
If you add a notebook which contains more than 128 code cells to a pipeline, pipeline runs fail with the error code 6002 and error message: "MessageQueueFullException: The message queue is full or is completed and cannot accept more items."
143+
If you add a notebook which contains more than 256 code cells to a pipeline, pipeline runs fail with the error code 6002 and error message: "MessageQueueFullException: The message queue is full or is completed and cannot accept more items."
144144

145145
:::image type="content" source="media/troubleshooting-synapse-studio/pipeline-run-notebook-activity-issue.png" alt-text="Screenshot from the Azure portal showing error code 6002 in a sample notebook step.":::
146146

147147
### Root cause:
148148

149-
There is a limitation of 128 of cells when executing a Synapse notebook activity from a pipeline.
149+
There is a limitation of 256 cells when executing a Synapse notebook activity from a pipeline.
150150

151151
### Action:
152152

153-
You could merge cells in order to reduce the number of cells below 128.
153+
You could merge cells in order to reduce the number of cells below 256.
154154

155155

156156
## Next steps

0 commit comments

Comments
 (0)