okayhooni commented on PR #28943: URL: https://github.com/apache/airflow/pull/28943#issuecomment-1459585865
@RNHTTR > 1. Should this instead set the task state to `FAILED` instead of `SCHEDULED` to avoid a possible infinite loop of scheduled -> queued -> scheduled -> queued? Previously, I did set the task state to `FAILED` instead of `SCHEDULED`. but, we had to clear failed stuck tasks all the time. and decided to set the task state to `SCHEDULED`, and the side-effect has never happened, so far. -- 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]
