Zoekt: Add zoekt_cpu_to_tasks_ratio
What does this MR do and why?
This MR adds zoekt_cpu_to_tasks_ratio to application settings. This is going to be a multiplier for the number of indexing tasks we send to the Zoekt node.
For example, concurrency: 10 node is going to receive 10 concurrent tasks by default, but if you set this new setting to 3.5, it's going to be 35 tasks.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
![]() |
![]() |
Source: /admin/application_settings/advanced_search
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Edited by Dmitry Gruzd

