sujitha-saranam commented on issue #53797: URL: https://github.com/apache/airflow/issues/53797#issuecomment-3136329075
Hi @r-richmond , I explored different ways to reproduce the issue. I tested the provided DAG and it ran successfully without any errors. To further investigate, I manually added a 10-minute sleep to simulate a long-running task. While that did result in an error, it was not related to state mismatch. It’s possible the error occurred because the DAG was triggered before all components (e.g., scheduler) were fully initialized. Other than that, the DAG code worked as expected. Are you still encountering the issue on your end? If so, could you share more details? That would help in narrowing it down. -- 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]
