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