• Nick Thomas's avatar
    Elasticsearch: allow initial indexing to proceed within Sidekiq · b485cd2b
    Nick Thomas authored
    This commit introduces a `gitlab:elastic:index_repositories_async' rake task,
    which can be used to enqueue a set of indexing jobs into Sidekiq. These will
    be scheduled in the usual manner, in the `sidekiq` queue.
    
    In theory, this allows Sidekiq's concurrency and distributed execution features
    to be used to spread and control the load of indexing repositories.
    b485cd2b
sidekiq_queues.yml 1.69 KB