tanelk edited a comment on pull request #21555:
URL: https://github.com/apache/airflow/pull/21555#issuecomment-1060621766


   You are changing the state to 'queued', but I think the correnct state would 
be 'scheduled'. The `SchedulerJob` should be only place, where tasks are 
queued. 
   
   scheduled - all task dependencies are met
   queued - all resource dependecies are met and the task is handed over to the 
executor.
   
   In UI the word "queue" might sound more intuitive.


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