2026-08-03
LoopCraft adds loop-level timeout with graceful partial results
Set a maximum execution time for the entire loop; when the timeout fires, completed iterations are preserved and returned.
← Back to NewsStarting 2026-08-03, LoopCraft supports loop-level timeout configuration. Set a maximum execution time for the entire loop definition, and when the timeout fires, all completed iterations are preserved and returned as partial results. The timeout applies to the full loop execution, not individual nodes. Use this when processing large batches where a partial result is more valuable than no result. Feedback: sapsap@qq.com.