ClusterWorkflowEngine: 父节点在第一个子节点完成 await 后恢复,等待 entityMessagePollInterval (sendResumeParent 在重置后跳过 pollStorage)
作者: IgnisDa创建于 2026年6月28日更新于 2026年9月9日
标签bug3.0
With `ClusterWorkflowEngine`, a workflow that awaits **more than one child workflow** stalls for ~`entityMessagePollInterval` (default **10s**) on every resume *after the first*. The first child-await resumes the parent promptly; the second and each subsequent one is not woken via the in-process storage-read latch and instead waits for the periodic storage poll. This is independent of load (reproduces single-node, idle).
内容来源: Effect-TS/effect