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/11/19 10:07:38 UTC

[GitHub] [airflow] ashb commented on issue #19699: task_instances stuck in "queued" and are missing corresponding celery_taskmeta entries

ashb commented on issue #19699:
URL: https://github.com/apache/airflow/issues/19699#issuecomment-973929940


   Hmmmm, yeah the "fix" for this might be to have a CeleryExecutor specific timeout (say 5mins? 1min even?) where if a task is still in queued state for longer than this and _doesn't_ have an external_executor_id set it should get re-submitted to celery?
   
   (Due to timing of things It is possible that a _running_ task won't have an external_executor_id set, but that is okay, it's only queued we care about).


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