I have two questions (1) For the airflow UI: "Tree view", it lists the tasks along with the time highlighted in the top (say, 08:30; 09:00, etc). What's the meaning of time? It looks not the UTC time of the task was running. I know in overall, airflow uses UTC time (2) I have a DAG with two tasks: task1 --> task2 Task1 is running hourly and could take longer than one hour to run, sometimes. In such a setup, task1 will be triggered hourly and what happens if the previous task1 is still running ? Will the "new" task1 be queued ?
Thanks. Jason