Skip to content

Commit fec7a87

Browse files
committed
Lower max
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 175e20d commit fec7a87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/python/feast/infra/utils/aws_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_bucket_and_key(s3_path: str) -> Tuple[str, str]:
5151

5252

5353
@retry(
54-
wait=wait_exponential(multiplier=1, max=30),
54+
wait=wait_exponential(multiplier=1, max=4),
5555
retry=retry_if_exception_type(ConnectionClosedError),
5656
)
5757
def execute_redshift_statement_async(

0 commit comments

Comments
 (0)