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