You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Taragolis (via GitHub)" <gi...@apache.org> on 2023/03/02 08:55:59 UTC

[GitHub] [airflow] Taragolis commented on pull request #29761: Use waiters in ECS Operators instead of inner sensors

Taragolis commented on PR #29761:
URL: https://github.com/apache/airflow/pull/29761#issuecomment-1451513993

   > [ECS System test](https://github.com/apache/airflow/blob/main/tests/system/providers/amazon/aws/example_ecs.py) is failing after this merge, the [`await_cluster`](https://github.com/apache/airflow/blob/main/tests/system/providers/amazon/aws/example_ecs.py#L100) task (which calls [`EcsClusterStateSensor`](https://github.com/apache/airflow/blob/181a8252597e314e5675e2b9655cb44da412eeb2/airflow/providers/amazon/aws/sensors/ecs.py#L65)) is timing out after logging `INFO airflow.task.operators:ecs.py:98 Cluster state: EcsClusterStates.ACTIVE, waiting for: EcsClusterStates.ACTIVE`. I'll try to take a look at it tomorrow
   
   And this a bit strange, because after this logger record, as I could see there is no external calls (to AWS) and only simple validation which should finished in a milliseconds


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org