ITJamie opened a new issue #20909: URL: https://github.com/apache/airflow/issues/20909
### Description Being able to "bump up" the priority_weight of a queued task would be useful from the gui. ### Use case/motivation Sometimes a team may be waiting on a queued task. Being able to goto airflows gui, find the task instance and then "bump" the priority_weight to allow it to be run sooner would be useful. currently we have a workaround for this which checks to see if a dag was manually queued or scheduled, if manually queued we add 100 to the priority. However for really large dags this is wasteful when its just one particular queued task a team is waiting on inside an already running dag. ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
