Complete elasticsearch tracking refactor
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24895 we simplified the maintenance story for Elasticsearch record hooks. However, we missed two places where `ElasticIndexWorker` was enqueued directly instead of going through the new hooks. When https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24298 is merged, it will introduce significantly more conditionality into these hooks, so it's important that every part of GitLab uses them.
Showing
Please register or sign in to comment