AutomationDev85 commented on code in PR #43374:
URL: https://github.com/apache/airflow/pull/43374#discussion_r1816158663
##########
providers/src/airflow/providers/edge/provider.yaml:
##########
@@ -102,3 +102,11 @@ config:
type: integer
example: ~
default: "60"
+ push_log_chunk_size:
+ description: |
+ Edge Worker uploads log files in chunks. If the log file part which
is uploaded exceeds the chunk size it creates a new request. This solves issue
if firewall defines max size of request.
+ This value must be defined in Bytes.
Review Comment:
Updated the description.
--
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]