klesh opened a new pull request, #8568: URL: https://github.com/apache/incubator-devlake/pull/8568
### Summary Currently, the pipeline dequeuing logic selects the highest-priority pipeline **after** applying the `parallel/` label filter. This can cause higher-priority pipelines to be starved when multiple lower-priority pipelines with conflicting labels are run alternately. This PR resolves the issue by updating the dequeuing logic to select the highest-priority pipeline **before** applying the `parallel/` label filter. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
