Skip to content

Commit

Permalink
Fix Update eviction documentation (temporalio#6681)
Browse files Browse the repository at this point in the history
WISOTT
  • Loading branch information
stephanos authored Oct 21, 2024
1 parent 3b4ee71 commit 0277ffb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/architecture/workflow-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ API caller and subsequent internal retries recreate the Update in the Registry.
Also, it is important to note that the Workflow context itself is stored in the Workflow cache
and might be evicted any time. Therefore, the Workflow Update feature relies on a properly
configured cache size. If the cache is too small, it will evict Workflow contexts too soon and their
Update Registry will be lost. Then, the `UpdateWorkflowExecutions` API call will time out.
Update Registry will be cleared. Note that in that case, all in-flight Updates are aborted with a
retryable error; and the frontend will retry the `UpdateWorkflowExecution` call.

## `UpdateWorkflowExecutions` and `PollWorkflowExecutionUpdate` APIs
The Workflow Update feature exposes two APIs: `UpdateWorkflowExecution` to send Update requests
Expand Down

0 comments on commit 0277ffb

Please sign in to comment.