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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to