Skip to content

Commit 57a634e

Browse files
authored
docs: note retry.onThrow as a parallel wait (#3248)
1 parent c37bb9a commit 57a634e

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)