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/15 00:04:39 UTC

[GitHub] [airflow] potiuk commented on issue #19535: Airflow tasks hang in 'Running' state

potiuk commented on issue #19535:
URL: https://github.com/apache/airflow/issues/19535#issuecomment-968395466


   I think this is something with your tasks. Looks like they simply are hanging while doing whatever they are doing - so they are not "stuck" but they are simply "running". I think you need to take a close look at your tasks and see whether they are not doing something you do not expect them to do - for example, not closing a connection and waiting, etc. 
   
   Or maybe they are not starting at all but wait for a lock that is never granted to them.
   
   I think you will need to share with us more details about what your tasks are doing and checking some details about them.
   
   I will convert it to discussion until we get more info about 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