agronholm / agronholm/apscheduler

Add priority to jobs - APS V4

オープン
#960 コメント 6 件 リアクション 2 件 担当者 0 名 GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。