Merge branch 'process-commits-using-sidekiq' into 'master'
Processing Commits Using Sidekiq
This moves the code of `GitPushService#process_commit_messages` into a separate Sidekiq worker. This allows processing of commits to happen in parallel, speeding up the process. See the individual commit (messages) for more information.
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/15463
See merge request !6802
Showing
app/models/issue_collection.rb
0 → 100644
app/workers/process_commit_worker.rb
0 → 100644
spec/models/issue_collection_spec.rb
0 → 100644
spec/policies/issue_policy_spec.rb
0 → 100644
spec/workers/process_commit_worker_spec.rb
0 → 100644
Please
register
or
sign in
to comment