You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/encyclopedia/workflow/workflow-execution/event.mdx
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -65,12 +65,17 @@ An append-only log of [Events](#event) for your application.
65
65
- Event History is durably persisted by the Temporal service, enabling seamless recovery of your application state from crashes or failures.
66
66
- It also serves as an audit log for debugging.
67
67
68
-
**Event History limits**
68
+
### Event History limits{#event-history-limits}
69
69
70
70
The Temporal Service stores the complete Event History for the entire lifecycle of a Workflow Execution.
71
71
72
-
The Temporal Service logs a [warning after 10Ki (10,240) Events](/workflow-execution/limits) and periodically logs additional warnings as new Events are added.
73
-
If the Event History exceeds 50Ki (51,200) Events, the Workflow Execution is terminated.
72
+
The Temporal Service logs a [warning after 10,240 Events](/workflow-execution/limits) and periodically logs additional warnings as new Events are added.
73
+
74
+
The Workflow Execution is terminated when the Event History:
0 commit comments