Shlomit-B commented on code in PR #52769:
URL: https://github.com/apache/airflow/pull/52769#discussion_r2203421554
##########
providers/amazon/tests/system/amazon/aws/example_ssm.py:
##########
@@ -143,6 +184,8 @@ def wait_until_ssm_ready(instance_id: str, max_attempts:
int = 10, delay_seconds
min_count=1,
config=config,
wait_for_completion=True,
+ retries=5,
+ retry_delay=datetime.timedelta(seconds=15),
Review Comment:
I tried to use this waiter but EC2 still doesn't recognize the profile right
after the waiter returns. Seems like there's a propagation delay, so retry
logic is still needed
--
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]