agronholm / agronholm/apscheduler
Add priority to jobs - APS V4
オープン
enhancement
- 主要言語
- Python
- スター
- 7.6k
- フォーク
- 783
- 平均マージ
- 4日 8時間
- マージ済み PR(30日)
- 5
説明
### Things to check first
- [X] 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:
```python
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.
コントリビューションガイド
評価
この issue はまだ評価されていません。