Temporal 保证 ID 唯一性多久?
How long does Temporal guarantee ID uniqueness?
来自docs:
Workflow Id: A unique identifier for a Workflow Execution. Temporal guarantees the uniqueness of an Id within a namespace. An attempt to start a Workflow with a duplicate Id results in an already started error.
假设重用策略为拒绝重复:
时间是否保证在保留期限内或永远保持这种唯一性?存档设置对此有影响吗?
工作流打开时以及关闭后直至保留期的唯一性得到保证。
我提交了一个 GitHub issue 来区分这两个时期。
来自docs:
Workflow Id: A unique identifier for a Workflow Execution. Temporal guarantees the uniqueness of an Id within a namespace. An attempt to start a Workflow with a duplicate Id results in an already started error.
假设重用策略为拒绝重复:
时间是否保证在保留期限内或永远保持这种唯一性?存档设置对此有影响吗?
工作流打开时以及关闭后直至保留期的唯一性得到保证。
我提交了一个 GitHub issue 来区分这两个时期。