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/04/16 16:28:49 UTC

[GitHub] [airflow] jedcunningham commented on issue #15399: Not scheduling since there are (negative number) open slots in pool

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:
users@infra.apache.org