Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix queue pruning loop condition (#8431)
Fixes a busy loop issue when `executor.queue_trim_interval` is enabled (>0), since `trimQueue` returns false when nothing was trimmed, which is the case most of the time. Reproduced the busy loop issue locally and confirmed that this fixes it.
- Loading branch information