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 2022/03/07 12:13:04 UTC

[GitHub] [airflow] tanelk edited a comment on pull request #21555: Add queue button to click-on-DagRun interface.

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.


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