- Issue created by @bricel
- Status changed to Needs review
about 1 year ago 4:57pm 25 March 2024 - last update
about 1 year ago Patch Failed to Apply - last update
about 1 year ago PHPLint Failed
When having many queue names, drush will query each queue name to find the next item to proccess resulting in many select queries.
in my case the patch reduced the number of queues per minutes by 95%.
Check for all queue names in one single select query.
Needs review
1.0
Code