We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Some jobs may require a higher priority than others, so I'm sure this would be useful for a number of use cases.
The text was updated successfully, but these errors were encountered:
I'll consider this for the next feature release after v4.0.
Sorry, something went wrong.
Perfect, Thank you 🫶
No branches or pull requests
Things to check first
Feature description
Hello,
My suggestion is to add priority to the jobs. Something like:
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.
The text was updated successfully, but these errors were encountered: