-
Type:
Bug
-
Status: Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 1.10.6
-
Fix Version/s: None
-
Component/s: scheduler
-
Labels:None
-
Flags:Important
Job submitted with @daily is finished executing. It worked as expected and finished execution of all tasks like 1 hour ago:
But another dag running with 15 * * * * is not working as expected all it's task are clogged. (queued not at all running) 
I waited for hours but still the same result, the job's task is in null state.
So, I copied the code and just changed the cron from 15 * * * *. to @daily and changed dag name and started as new dag this one works like a charm

As you can see from the following image:

- 1st one is dag with 15 * * * *.
- 2nd one with @daily
Why I am getting this? Is it a known issue?
Is there any solution?