o-nikolas commented on code in PR #71969:
URL: https://github.com/apache/airflow/pull/71969#discussion_r3844890210
##########
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:
Yeah, I'm okay with 50*60 or even 60*60 I suppose. Yupp, I'd leave the
sensor as is.
--
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]