potiuk commented on issue #27131:
URL: https://github.com/apache/airflow/issues/27131#issuecomment-1291208983

   i think this is misunderstanding. I do not fully understand what you tried 
to do and what was wrong, because you mention both "scheduled" runs and 
"triggering" and those two are completely different. "Triggered" tasks are run 
when you trigger them. Scheduled tasks run when their schedule comes. Regarding 
the first two runs, I think there was a case that just enabled task run twice 
(this is what **could** have happened) with the first two runs.
   
   All the other runs I assume you triggered manually so they - correctly - 
started as soon you triggered them without looking at the schedule (this is how 
triggered tasks work)
   
   unless i completely misunderstood what you wanted to explain. In which case 
I suggest you try to explain it more precisely. 
   
   Converting it to a discussion untill more information is provided.


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

To unsubscribe, e-mail: [email protected]

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

Reply via email to