I have a DAG with multiple tasks. When the DAG is executed by scheduler it enters running state but none of tasks in the DAG has any status. However, if the same DAG is executed manually (Trigger Dag button click) - tasks become queued->running->success.
I have tried to check Stackdriver logs for "Cloud Composer Environment" - but haven't found any suspicious log entries. Also have checked task logs in airflow UI - they were empty.
Why are scheduled dag runs stuck? How can I figure out reasons of scheduled DAGs problems?