eladkal commented on code in PR #45619:
URL: https://github.com/apache/airflow/pull/45619#discussion_r1913546117
##########
providers/src/airflow/providers/amazon/aws/operators/batch.py:
##########
@@ -208,6 +210,7 @@ def __init__(
self.poll_interval = poll_interval
self.awslogs_enabled = awslogs_enabled
self.awslogs_fetch_interval = awslogs_fetch_interval
+ self.timeout = timeout
Review Comment:
This can be mistakenly confused with Airflow task timeout
--
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]