JCoder01 commented on issue #13099:
URL: https://github.com/apache/airflow/issues/13099#issuecomment-746182448


   I can see in the database is this:
   for dag_run:
   
   |id|dag_id|execution_date|state|
   |--|------|--------------|-----|
   |353|example_task_group|2020-12-13 23:32:00|running|
   
   and in dag, it looks like the scheduler didn't pick up that run?
   |dag_id|next_dagrun|next_dagrun_create_after|
   |------|-----------|------------------------|
   |example_task_group|2020-12-13 23:32:00|2020-12-13 23:33:00|
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to