Replies: 1 comment
-
I guess it is just a permission issue. Have you solved this? This docs might help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running multiple DAGs on MWAA (Managed Workflows for Apache Airflow), and these tasks execute on EKS. While the setup works fine most of the time, I occasionally encounter an issue where the logs stop being sent from EKS back to MWAA, or MWAA stops reading them.
As a result, the task gets marked as a zombie once the scheduler_zombie_task_threshold is reached, even though the task is still running in the background on EKS. When the task eventually finishes on EKS, it turns green in Airflow, but it was already marked as failed due to the zombie status.
Steps Taken:
I increased the scheduler_zombie_task_threshold to 20 minutes, which only temporarily mitigates the issue, but doesn't fully resolve it
Additional Information:
Scheduler CPU and memory utilization: both under 50%.
Scheduler logs:
Question:
Why does mwaa scheduler is not able to read the logs from eks .Is there a solution for it ?
Beta Was this translation helpful? Give feedback.
All reactions