Speed up BulkCronWorker
What does this MR do and why?
This change is behind the bulk_cron_worker_auto_requeue
feature flag. Rollout issue: #383076 (closed)
This change introduces auto requeuing of the bulk cron indexing workers. Currently, we only execute them once per minute. With this change they will be requeued when needed up to 60 times/minute.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Dmitry Gruzd