sachinbct commented on issue #41498:
URL: https://github.com/apache/airflow/issues/41498#issuecomment-2418473257
@michael-lok - I had also done the same extra configs. Even I tried to
change botocore_config which we pass to InvoleAWSLambdaOperator as below -
config = Config(
connect_timeout=900,
read_timeout=900,
retries={
'max_attempts': 5,
'mode': 'adaptive'
},
tcp_keepalive=True
)
but still no luck.
Airflow setup includes, input and output S3 buckets on AWS
--
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]