Subham-KRLX commented on code in PR #67222:
URL: https://github.com/apache/airflow/pull/67222#discussion_r3278135358


##########
providers/amazon/src/airflow/providers/amazon/aws/utils/waiter_with_logging.py:
##########
@@ -30,6 +30,28 @@
 if TYPE_CHECKING:
     from botocore.waiter import Waiter
 
+# Standard throttling and transient error codes to retry on
+# https://docs.aws.amazon.com/general/latest/gr/api-retries.html
+# and 
https://github.com/boto/botocore/blob/e25e9be5ea42a1eb5097f48b11c977d4c38d5c4b/botocore/retryhandler.py

Review Comment:
   The link pointed to a stale commit hash so I have updated it to point to the 
active `develop` branch of `botocore` and pushed the fix.



-- 
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]

Reply via email to