jason810496 opened a new pull request, #69301: URL: https://github.com/apache/airflow/pull/69301
related: part of the streaming task log series - merge #69299 first; no conflict with #69300 (any order after core). Raising the cap well above the default is only memory-safe for the API server once the streaming PRs land. ## Why The number of pod log lines fetched for a running task is a hardcoded class constant (`RUNNING_POD_LOG_LINES = 100`), so deployments cannot tune how much of a running task's log the UI shows. ## What - Add `[kubernetes_executor] running_pod_log_lines` config option (default `100`, the previous hardcoded value). - `KubernetesExecutor.__init__` reads it through the team-aware executor conf, shadowing the class default per instance. --- ##### Was generative AI tooling used to co-author this PR? - [x] Yes, with help of Claude Code Fable 5 following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
