ramitkataria commented on code in PR #71969:
URL: https://github.com/apache/airflow/pull/71969#discussion_r3834469889
##########
providers/amazon/src/airflow/providers/amazon/aws/operators/comprehend.py:
##########
@@ -284,8 +284,8 @@ def __init__(
output_data_config: dict[str, Any] | None = None,
document_classifier_kwargs: dict[str, Any] | None = None,
wait_for_completion: bool = True,
- waiter_delay: int = 60,
- waiter_max_attempts: int = 20,
+ waiter_delay: int = 120,
Review Comment:
The sensor and trigger are at 75 × 120s and there was 1 run in the last
month where the sensor waited for 44 mins. So maybe 50 or 60 mins? Either way,
I guess we're leaving the sensor without any changes because that would be an
unnecessary breaking change, right?
--
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]