AutomationDev85 opened a new pull request, #43374: URL: https://github.com/apache/airflow/pull/43374
# Description If Firewall checks for max request sizem, Edge Worker can not push log files without running into an Exception. This PR adds the feature to split log file upload into different chunks if max log file chunk size limit was reached. # Details about changes * Add new config value which defined max chunk size. push_log_chunk_size * If push_log_chunk_size value exceeds then upload split rest of log file into new request. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org