Recent code changes in the repository have introduced documentation drift. The following change needs a corresponding documentation update.
Changes Requiring Documentation Updates
1. ti_custom indicator stream now supports configurable max_executions
Commit(s): 5455f1197b5462a833497558d11296d886320cf4
What changed:
- Added a new stream configuration option in
packages/ti_custom/data_stream/indicator/manifest.yml:
name: max_executions
- default
1000
- described as the remediation control when input becomes DEGRADED with message
"exceeding maximum number of CEL executions"
- Wired this setting into runtime config in
packages/ti_custom/data_stream/indicator/agent/stream/cel.yml.hbs via:
max_executions: \{\{max_executions}}
Documentation impact:
packages/ti_custom/docs/README.md does not mention max_executions (no match for max_executions, Maximum Pages Per Interval, or the CEL execution-limit error).
packages/ti_custom/_dev/build/docs/README.md also has no update in the 7-day window.
A user following current docs would not find the new control needed to recover from CEL execution-limit DEGRADED states on high-volume TAXII feeds.
Suggested Actions
What is this? | From workflow: Docs Patrol
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.
Recent code changes in the repository have introduced documentation drift. The following change needs a corresponding documentation update.
Changes Requiring Documentation Updates
1.
ti_customindicator stream now supports configurablemax_executionsCommit(s):
5455f1197b5462a833497558d11296d886320cf4What changed:
packages/ti_custom/data_stream/indicator/manifest.yml:name: max_executions1000"exceeding maximum number of CEL executions"packages/ti_custom/data_stream/indicator/agent/stream/cel.yml.hbsvia:max_executions: \{\{max_executions}}Documentation impact:
packages/ti_custom/docs/README.mddoes not mentionmax_executions(no match formax_executions,Maximum Pages Per Interval, or the CEL execution-limit error).packages/ti_custom/_dev/build/docs/README.mdalso has no update in the 7-day window.A user following current docs would not find the new control needed to recover from CEL execution-limit DEGRADED states on high-volume TAXII feeds.
Suggested Actions
max_executionstopackages/ti_custom/docs/README.mdunder indicator stream configuration/advanced settings, including default, valid values, and when to tune it.packages/ti_custom/_dev/build/docs/README.mdto keep generated docs aligned."exceeding maximum number of CEL executions"and point tomax_executionsas remediation.What is this? | From workflow: Docs Patrol
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.