dominikhei commented on code in PR #53080: URL: https://github.com/apache/airflow/pull/53080#discussion_r2195791545
########## providers/amazon/src/airflow/providers/amazon/aws/hooks/ecs.py: ########## @@ -29,6 +33,9 @@ def should_retry(exception: Exception): """Check if exception is related to ECS resource quota (CPU, MEM).""" Review Comment: Just a tiny nit, but maybe adjust the docstring to incorporate the new behavior? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org