Re: [PR] Paginate Airflow task logs [airflow]

2024-05-29 Thread via GitHub
github-actions[bot] closed pull request #38807: Paginate Airflow task logs URL: https://github.com/apache/airflow/pull/38807 -- 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

Re: [PR] Paginate Airflow task logs [airflow]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #38807: URL: https://github.com/apache/airflow/pull/38807#issuecomment-2130540308 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for you

Re: [PR] Paginate Airflow task logs [airflow]

2024-04-08 Thread via GitHub
uranusjr commented on code in PR #38807: URL: https://github.com/apache/airflow/pull/38807#discussion_r1556841592 ## airflow/providers/amazon/aws/log/s3_task_handler.py: ## @@ -178,7 +180,13 @@ def s3_read(self, remote_log_location: str, return_error: bool = False) -> str:

Re: [PR] Paginate Airflow task logs [airflow]

2024-04-08 Thread via GitHub
RNHTTR commented on code in PR #38807: URL: https://github.com/apache/airflow/pull/38807#discussion_r1556051546 ## airflow/providers/amazon/aws/log/s3_task_handler.py: ## @@ -178,7 +180,13 @@ def s3_read(self, remote_log_location: str, return_error: bool = False) -> str:

Re: [PR] Paginate Airflow task logs [airflow]

2024-04-08 Thread via GitHub
ashb commented on code in PR #38807: URL: https://github.com/apache/airflow/pull/38807#discussion_r1555658225 ## airflow/providers/amazon/aws/log/s3_task_handler.py: ## @@ -178,7 +180,13 @@ def s3_read(self, remote_log_location: str, return_error: bool = False) -> str:

Re: [PR] Paginate Airflow task logs [airflow]

2024-04-08 Thread via GitHub
uranusjr commented on code in PR #38807: URL: https://github.com/apache/airflow/pull/38807#discussion_r1555488988 ## airflow/providers/amazon/aws/log/s3_task_handler.py: ## @@ -178,7 +180,13 @@ def s3_read(self, remote_log_location: str, return_error: bool = False) -> str:

[PR] Paginate Airflow task logs [airflow]

2024-04-06 Thread via GitHub
RNHTTR opened a new pull request, #38807: URL: https://github.com/apache/airflow/pull/38807 It's relatively easy for the webserver to get overwhelmed with large log files served from remote blob storage. Instead of just throwing more memory at the webserver, this seeks to pa