This is an automated email from the ASF dual-hosted git repository.

vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 28a96413bb7 Increase default value of `waiter_max_attempts` in 
`BedrockBatchInferenceOperator` (#49090)
28a96413bb7 is described below

commit 28a96413bb7705f3626ff56bf4dffc4d3d109846
Author: Vincent <[email protected]>
AuthorDate: Thu Apr 10 16:24:59 2025 -0400

    Increase default value of `waiter_max_attempts` in 
`BedrockBatchInferenceOperator` (#49090)
---
 providers/amazon/src/airflow/providers/amazon/aws/operators/bedrock.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/providers/amazon/src/airflow/providers/amazon/aws/operators/bedrock.py 
b/providers/amazon/src/airflow/providers/amazon/aws/operators/bedrock.py
index f9715114b74..deb60c89762 100644
--- a/providers/amazon/src/airflow/providers/amazon/aws/operators/bedrock.py
+++ b/providers/amazon/src/airflow/providers/amazon/aws/operators/bedrock.py
@@ -927,7 +927,7 @@ class 
BedrockBatchInferenceOperator(AwsBaseOperator[BedrockHook]):
         invoke_kwargs: dict[str, Any] | None = None,
         wait_for_completion: bool = True,
         waiter_delay: int = 60,
-        waiter_max_attempts: int = 10,
+        waiter_max_attempts: int = 20,
         deferrable: bool = conf.getboolean("operators", "default_deferrable", 
fallback=False),
         **kwargs,
     ):

Reply via email to