o-nikolas commented on code in PR #56308:
URL: https://github.com/apache/airflow/pull/56308#discussion_r2395513047


##########
providers/amazon/tests/system/amazon/aws/example_eks_with_nodegroups.py:
##########
@@ -163,6 +164,9 @@ def delete_launch_template(template_name: str):
         task_id="delete_nodegroup",
         cluster_name=cluster_name,
         nodegroup_name=nodegroup_name,
+        retries=4,
+        retry_delay=duration(seconds=60),

Review Comment:
   Why did you go with 60 on this one but 30 on the others?
   
   Given that the backoff is exponential I think a relatively short first 
attempt is good.



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