vincbeck commented on code in PR #46562:
URL: https://github.com/apache/airflow/pull/46562#discussion_r1946949793
##########
providers/src/airflow/providers/amazon/aws/hooks/emr.py:
##########
@@ -362,11 +362,11 @@ def __init__(self, *args: Any, virtual_cluster_id: str |
None = None, **kwargs:
# Retry this method when the ``create_virtual_cluster`` raises
# "Cluster XXX is not reachable as its connection is currently being
updated".
# Even though the EKS cluster status is ``ACTIVE``,
``create_virtual_cluster`` can raise this error.
- # Retrying is the only option.
+ # Retrying is the only option. Retry up to 3 minutes
Review Comment:
Agree :) But I dont have any other solution either. And this is something
users can feel the pain too, so I think it is better to wait than to fail
--
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]