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/09/13 13:08:55 UTC

[GitHub] [airflow] ephraimbuddy commented on issue #17381: Bug in the logic of Celery executor for checking stalled adopted tasks?

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


   This is also another way to trigger the log: `Executor reports task instance <TaskInstance: datalake_db_cdc_data_integrity.check_integrity_core_prod_my_industries 2021-06-14 00:00:00+00:00 [queued]> finished (failed) although the task says its queued. (Info: None) Was the task killed externally?` which currently sets the tasks to failed state instead of up-for-retry if the task has retries. 
   
   It seems that this message is too generous, probably need a way to know which event triggered it and determine how to react?
   cc: @ashb 
   


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