Skip to content

Respect Elasticsearch limited indexing settings in rake tasks

What does this MR do?

Refactor the ES rake tasks:

  • Respect the limited indexing settings
  • Process everything in Sidekiq jobs, and remove the synchronous tasks
  • Remove the BATCH environment variable which doesn't make sense anymore, since everything will get queued in Sidekiq now anyway

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Closes #11314 (closed)

Edited by Markus Koller

Merge request reports