ephraimbuddy commented on issue #16625:
URL: https://github.com/apache/airflow/issues/16625#issuecomment-896076615


   This PR https://github.com/apache/airflow/pull/15929 fixed the issue of not 
having to clear the task before it can be rerun again and that is a major issue 
otherwise the task is stuck as explained by @luqic  above
   
   @stijndehaes, can you check the log at 
`logs/scheduler/{CURRENT_DATE}/{DAGFILENAME.py.log}` when this happens?
   
   @ashb @jhtimmins, I'm now thinking that this change 
https://github.com/apache/airflow/pull/15929 should not be released yet. Though 
it clears tasks from being stuck in the queued/up_for_retry state, it sets them 
to failed state without checking if they have retries.
   
   I'm wondering if there's a better way to do it?


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


Reply via email to