We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175e20d commit fec7a87Copy full SHA for fec7a87
1 file changed
sdk/python/feast/infra/utils/aws_utils.py
@@ -51,7 +51,7 @@ def get_bucket_and_key(s3_path: str) -> Tuple[str, str]:
51
52
53
@retry(
54
- wait=wait_exponential(multiplier=1, max=30),
+ wait=wait_exponential(multiplier=1, max=4),
55
retry=retry_if_exception_type(ConnectionClosedError),
56
)
57
def execute_redshift_statement_async(
0 commit comments