Taragolis commented on issue #23475: URL: https://github.com/apache/airflow/issues/23475#issuecomment-1134984937
As workaround - set Environment Variables for airflow service to use more "pessimistic" retry strategy, rather than [default one](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/retries.html#legacy-retry-mode) ``` AWS_RETRY_MODE=standard AWS_MAX_ATTEMPTS=10 ``` Most benefit to use this approach - it effect to all AWS operators, secrets backends, hooks, and other stuff which uses boto3 Unless it explicitly set to specific [AWS connection](https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/connections/aws.html#configuring-the-connection) in `extra [config_kwargs]` -- 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]
