• Dmitry Gruzd's avatar
    Remove cached/memoized ES helper · b5d77d90
    Dmitry Gruzd authored
    Any Elasticsearch admin setting changes will not be updated for the
    Elasticsearch migrations until sidekiq is restarted. For example
    changing the URL or other settings will keep using the old URL in the
    migration until sidekiq is restarted. This change fixes this problem by
    removing class level memoization of Gitlab::Elastic::Helper
    b5d77d90
reindexing_task_spec.rb 2.1 KB