ngaranko opened a new pull request #14461: URL: https://github.com/apache/airflow/pull/14461
We're facing problems with Pods being endlessly restarted, event after task is successfully completed. This seems to be result of State being set to `None` instead of `State.SUCCESS`. This PR fixes state in queue from `None` to `State.SUCCESS` for `Succeeded` events. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
