sandboxed worker no timeout & how to fail job inside sandboxedworker
#25
Answered
by
egeominotti
arthurvanl
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
egeominotti
Mar 4, 2026
Replies: 1 comment 5 replies
-
|
All three points addressed in v2.6.4 (now on npm):
|
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
arthurvanl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



All three points addressed in v2.6.4 (now on npm):
timeout: 0now disables the timeout entirely for long-running jobsfail(error)is now available in the sandboxed processor to explicitly fail a joblog(message)sends logs back to the parent processparentIdis now exposed in the processor job object (from__flowParentId)