• George Koltsov's avatar
    Update BulkImports::EntityWorker deduplication strategy · f75d5789
    George Koltsov authored
      - BulkImports::EntityWorker jobs were deduplicated unintentionally
        leaving GitLab Migrations stalled in started state
      - Update strategy from :until_executed to :until_executing in order
        to make sure migration progress is made without stalling
    
    Changelog: fixed
    f75d5789
entity_worker.rb 1.42 KB