Respect limited indexing when importing projects
Every time a project is imported, an `ElasticCommitIndexerWorker` was unconditionally enqueued. We do check `project.use_elasticsearch?` inside `ElasticCommitIndexerWorker#perform` so the job ends up being a no-op, but since it doesn't do anything we also don't need to queue it.
Showing
Please register or sign in to comment