o-nikolas commented on code in PR #33251:
URL: https://github.com/apache/airflow/pull/33251#discussion_r1289655959
##########
airflow/providers/amazon/aws/operators/rds.py:
##########
@@ -351,6 +353,8 @@ def __init__(
s3_prefix: str = "",
export_only: list[str] | None = None,
wait_for_completion: bool = True,
+ waiter_interval: int = 30,
+ waiter_max_attempts: int = 40,
Review Comment:
20 minutes by default feels like a long time. Is that reasonable for this
context?
--
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]