You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/troubleshooting.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,7 @@ Waits include:
173
173
-`wait.until()`
174
174
-`task.triggerAndWait()`
175
175
-`task.batchTriggerAndWait()`
176
+
-`retry.onThrow()`
176
177
- And any of our functions with `wait` in the name.
177
178
178
179
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