gitlab-org--gitlab-foss/spec/migrations
Yorick Peterse 6b4d33566f
Pass commit data to ProcessCommitWorker
By passing commit data to this worker we remove the need for querying
the Git repository for every job. This in turn reduces the time spent
processing each job.

The migration included migrates jobs from the old format to the new
format. For this to work properly it requires downtime as otherwise
workers may start producing errors until they're using a newer version
of the worker code.
2016-12-01 13:36:06 +01:00
..
migrate_process_commit_worker_jobs_spec.rb Pass commit data to ProcessCommitWorker 2016-12-01 13:36:06 +01:00