[GitHub] [airflow] ferruzzi commented on a change in pull request #20369: Standardize AWS Batch naming

2022-01-04 Thread GitBox
ferruzzi commented on a change in pull request #20369: URL: https://github.com/apache/airflow/pull/20369#discussion_r778387027 ## File path: airflow/providers/amazon/aws/hooks/batch_client.py ## @@ -538,3 +538,35 @@ def exp(tries): delay = 1 + pow(tries * 0.6, 2)

[GitHub] [airflow] ferruzzi commented on a change in pull request #20369: Standardize AWS Batch naming

2021-12-16 Thread GitBox
ferruzzi commented on a change in pull request #20369: URL: https://github.com/apache/airflow/pull/20369#discussion_r771158731 ## File path: airflow/providers/amazon/aws/hooks/batch_client.py ## @@ -538,3 +538,35 @@ def exp(tries): delay = 1 + pow(tries * 0.6, 2)

[GitHub] [airflow] ferruzzi commented on a change in pull request #20369: Standardize AWS Batch naming

2021-12-16 Thread GitBox
ferruzzi commented on a change in pull request #20369: URL: https://github.com/apache/airflow/pull/20369#discussion_r771157228 ## File path: airflow/providers/amazon/aws/hooks/batch_client.py ## @@ -39,10 +39,10 @@ @runtime_checkable -class AwsBatchProtocol(Protocol):