eladkal commented on code in PR #36179: URL: https://github.com/apache/airflow/pull/36179#discussion_r1428351299
########## airflow/providers/amazon/aws/utils/exponential_backoff_retry.py: ########## @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one Review Comment: Please note that if this util is not under `executors/` then it's not really part of the experimental statement we set for the executor. I'd suggest either move it under executors/utils or add `_` to function name thus we declare it private. -- 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]
