Merge branch 'feature/improve-async-pipeline-processing' into 'master'
Improve asynchronous pipeline processing
## What does this MR do?
This MR improves asynchronous processing of pipeline.
## Why was this MR needed?
It eliminates some race conditions and improves performance.
## Does this MR meet the acceptance criteria?
- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- Tests
- [x] Added for this feature/bug
- [x] All builds are passing
## What are the relevant issue / merge request numbers?
Related merge request: !6410
Extracted from !6411
See merge request !6650
Showing
app/workers/process_pipeline_worker.rb
0 → 100644
app/workers/update_pipeline_worker.rb
0 → 100644
spec/workers/process_pipeline_worker_spec.rb
0 → 100644
spec/workers/update_pipeline_worker_spec.rb
0 → 100644
Please
register
or
sign in
to comment