Developing
XS
Change Breakdown
Docs100%
retry.onThrow() being noted as parallel wait in docs
The troubleshooting docs now list retry.onThrow() alongside batchTriggerAndWait() and other wait functions, clarifying that it also acts as a parallel wait in execution.
The troubleshooting documentation now includes retry.onThrow() in its list of wait functions. This addition helps developers understand that retry.onThrow() behaves as a parallel wait, similar to task.batchTriggerAndWait() and other functions with "wait" in the name. The change appears in the docs/troubleshooting.mdx file within the documentation, providing users with clearer guidance about execution behavior when using this retry mechanism.
This analysis will evolve. Full story with review threads and final assessment available after merge.