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

Add priority to jobs - APS V4 #960

Open
1 task done
HK-Mattew opened this issue Sep 8, 2024 · 2 comments
Open
1 task done

Add priority to jobs - APS V4 #960

HK-Mattew opened this issue Sep 8, 2024 · 2 comments

Comments

@HK-Mattew
Copy link
Contributor

Things to check first

  • I have searched the existing issues and didn't find my feature already requested there

Feature description

Hello,

My suggestion is to add priority to the jobs. Something like:

scheduler.add_job(..., priority=1)

In my opinion, the priority argument could be an integer, where the higher the value, the higher the processing priority of that job.

Use case

Some jobs may require a higher priority than others, so I'm sure this would be useful for a number of use cases.

@agronholm
Copy link
Owner

I'll consider this for the next feature release after v4.0.

@HK-Mattew
Copy link
Contributor Author

I'll consider this for the next feature release after v4.0.

Perfect, Thank you 🫶

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants