You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/19 21:37:22 UTC

[GitHub] [airflow] ephraimbuddy edited a comment on issue #16625: Task is not retried when worker pod fails to start

ephraimbuddy edited a comment 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 @mmazek  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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org