vllm-project/vllm

[Feature]: Priority scheduling supports preemption of requests in the running queue by requests in the waiting queue

オープン

#40,004 opened on 2026/04/16

 (6 件のコメント) (0 件のリアクション) (0 人の担当者)Python (16,816 件のフォーク)batch import
feature requesthelp wanted

Repository metrics

Stars
 (80,034 個のスター)
PR merge metrics
 (平均マージ 3d 17h) (30d で 993 merged PRs)

説明

🚀 The feature, motivation and pitch

The current priority scheduling only supports evicting low-priority requests from the running queue when resources are insufficient. However, when scheduling the waiting queue, if pending requests cannot be scheduled (for example, when the number of requests in the running queue has reached max_num_seqs), even high-priority requests cannot preempt requests in the running queue.

Alternatives

No response

Additional context

No response

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

コントリビューターガイド