History total size limit (leading to a terminated Workflow Execution):
-
-
Temporal warns at 10 MB: history size exceeds warn limit.
-
Temporal errors at 50 MB: history size exceeds error limit.
-
This is configurable with HistorySizeLimitError and HistorySizeLimitWarn.
-
-
History total count limit (leading to a terminated Workflow Execution):
-
Temporal warns after 10,240 Events: history size exceeds warn limit.
-
Temporal errors after 51,200 Events: history size exceeds error limit.
-
This is configurable with HistoryCountLimitError and HistoryCountLimitWarn.
-
I am using Python SDK to develop my ETL. I did not found any part where I can configure the HistoryCountLimitError and HistoryLimitWarn in Python.
Is this really configurable?
Appreciate anyone can clarify this things? Thanks.