The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-ecs-trigger-awslogs-region has succeeded.
Run started by GitHub user ColtenOuO (triggered by ColtenOuO).

Head commit for run:
0aa13df35829e7bc8b01aabca4ffbbeb0273cad2 / ColtenOuO <[email protected]>
Fix EcsRunTaskOperator deferred logs read from the wrong region

TaskDoneTrigger received a single region_name and used it to build both the
ECS waiter client and the CloudWatch client, so a task definition shipping
its logs to a different region got no logs forwarded while the task was
deferred -- only repeated "didn't exist (yet)" messages for the whole run.
The non-deferrable path and the post-deferral fetch already resolve
awslogs_region; this brings the in-deferral forwarding in line with them.

closes: #70465

Report URL: https://github.com/apache/airflow/actions/runs/30211130538

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to