jedcunningham commented on issue #15399:
URL: https://github.com/apache/airflow/issues/15399#issuecomment-821294376


   Yes, `QUEUED` should be included, this might help:
   
   
https://airflow.apache.org/docs/apache-airflow/stable/concepts.html#task-lifecycle
   
   Basically, `QUEUED` means the executor has passed it along and is waiting 
for the worker to start/pick it up (depending on your executor).
   
   That said, negative open slots sure does seem like an issue.


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

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


Reply via email to