From 27659ea8c8657463e3e3035202ae3d2b663cc2fa Mon Sep 17 00:00:00 2001 From: Byron Hsu Date: Mon, 27 Apr 2026 17:01:26 -0700 Subject: [PATCH] [PD+Pause] Remove redundant post processing (#23886) Co-authored-by: root --- python/sglang/srt/disaggregation/prefill.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/sglang/srt/disaggregation/prefill.py b/python/sglang/srt/disaggregation/prefill.py index 7ab978a79..c389e44e5 100644 --- a/python/sglang/srt/disaggregation/prefill.py +++ b/python/sglang/srt/disaggregation/prefill.py @@ -398,7 +398,6 @@ class SchedulerDisaggregationPrefillMixin: self.disagg_prefill_bootstrap_queue.pop_bootstrapped() ) if self._engine_paused: - self.process_disagg_prefill_inflight_queue() continue # Get the next batch to run @@ -432,7 +431,6 @@ class SchedulerDisaggregationPrefillMixin: self.disagg_prefill_bootstrap_queue.pop_bootstrapped() ) if self._engine_paused: - self.process_disagg_prefill_inflight_queue() continue # Get the next batch to run