ziyangRen commented on issue #52276:
URL: https://github.com/apache/airflow/issues/52276#issuecomment-3030353050

   @sjyangkevin In simple terms, the current problem is that whenever a new 
task is added to the DAG, this task will be scheduled multiple times during the 
first DAG run. The task status will cycle through the sequence of "run -> 
removed -> run -> removed -> run -> removed". The subsequent dag runs will not 
encounter this problem.


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