Skip to content

Commit a5010a5

Browse files
committed
docs: : note retry.onThrow as a parallel wait
1 parent 54d95ee commit a5010a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/troubleshooting.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ Waits include:
173173
- `wait.until()`
174174
- `task.triggerAndWait()`
175175
- `task.batchTriggerAndWait()`
176+
- `retry.onThrow()`
176177
- And any of our functions with `wait` in the name.
177178

178179
This restriction exists because we suspend the task server after a wait, and resume it when the wait is done. At the moment, if you do more than one wait, the run will never continue when deployed, so we throw this error instead.

0 commit comments

Comments
 (0)