Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: ability to set a priority to certain workflows #173

Open
keevan opened this issue Mar 9, 2022 · 0 comments
Open

Feature: ability to set a priority to certain workflows #173

keevan opened this issue Mar 9, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@keevan
Copy link
Contributor

keevan commented Mar 9, 2022

There might be a newer workflow created, that should be run as top priority. But it seems currently it's running in the order it was created at, and in the mix is the process for reprocessing failed steps.

Similar to recent works of CRON QoS, maybe we can implement the same behaviour, or more simply, have a customisable priority setting for each workflow, which might also take into account if the step had previously failed to run or not, allowing it to process steps that don't take long / have a higher priority / previously passed first.

The failure check might be trickier than it sounds though since it might fail a condition as expected, or it might be exploding somewhere instead.

@dmitriim dmitriim added the enhancement New feature or request label Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants