Re: [PR] ECS Executor - Add backoff on failed task retry [airflow]

2024-02-05 Thread via GitHub
ferruzzi merged PR #37109: URL: https://github.com/apache/airflow/pull/37109 -- 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

Re: [PR] ECS Executor - Add backoff on failed task retry [airflow]

2024-01-31 Thread via GitHub
ferruzzi commented on code in PR #37109: URL: https://github.com/apache/airflow/pull/37109#discussion_r1473550554 ## airflow/providers/amazon/aws/executors/ecs/ecs_executor.py: ## @@ -42,10 +42,14 @@ EcsQueuedTask, EcsTaskCollection, ) -from airflow.providers.amazon.a

Re: [PR] ECS Executor - Add backoff on failed task retry [airflow]

2024-01-31 Thread via GitHub
ferruzzi commented on code in PR #37109: URL: https://github.com/apache/airflow/pull/37109#discussion_r1473527178 ## airflow/providers/amazon/aws/executors/ecs/ecs_executor.py: ## @@ -42,10 +42,14 @@ EcsQueuedTask, EcsTaskCollection, ) -from airflow.providers.amazon.a

Re: [PR] ECS Executor - Add backoff on failed task retry [airflow]

2024-01-31 Thread via GitHub
ferruzzi commented on code in PR #37109: URL: https://github.com/apache/airflow/pull/37109#discussion_r1473248671 ## airflow/providers/amazon/aws/executors/ecs/ecs_executor.py: ## @@ -42,10 +42,14 @@ EcsQueuedTask, EcsTaskCollection, ) -from airflow.providers.amazon.a

Re: [PR] ECS Executor - Add backoff on failed task retry [airflow]

2024-01-31 Thread via GitHub
Taragolis commented on code in PR #37109: URL: https://github.com/apache/airflow/pull/37109#discussion_r1472579811 ## airflow/providers/amazon/aws/executors/ecs/ecs_executor.py: ## @@ -42,10 +42,14 @@ EcsQueuedTask, EcsTaskCollection, ) -from airflow.providers.amazon.