Raul824 commented on issue #36039:
URL: https://github.com/apache/airflow/issues/36039#issuecomment-1837787630

   Below is the snippet of another such instance.
   All tasks in a task group are sequential with trigger rule all_success.
   max active run of dag is 1 and depends on past is true.
   
   The dag is success even the task CMMS_DIGT_ELY is successful in logs but it 
went in up_for_retry status without any external interference. The next dag 
started running as soon as the previous one was success but task went in 
up_for_retry and due to depends on past as True it was stuck.
   
   
![image](https://github.com/apache/airflow/assets/51978647/c3919aea-7fae-4d9c-a0dd-2578025f09f1)
   
   


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to