summaryrefslogtreecommitdiff
path: root/app/workers/build_finished_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Expire pipeline cache on finishmc/bug/pipeline-cache-invalidMatija Čupić2019-05-211-0/+1
* Move ChatOps to CoreJames Fargher2019-02-201-0/+1
* Refactor BuildFinishedWorker for EEYorick Peterse2019-01-211-7/+19
* Fix types commentyukihir02018-11-151-1/+1
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
* Integrate two workers into one ArchiveTraceWorker with pipeline_background qu...Shinya Maeda2018-03-061-1/+1
* Reorder async/sync tasks in BuildFinishedWorker to read traces efficientlyfeature/sm/artifacts-traceShinya Maeda2018-02-061-2/+5
* Make all workers in BuildFinishedWorker to run async and reorderShinya Maeda2018-02-061-2/+2
* Rename CreateArtifactsTraceService to CreateTraceArtifactServiceShinya Maeda2018-02-061-1/+1
* Add CreateArtifactsTraceWorkerShinya Maeda2018-02-061-0/+1
* Use a dedicated queue for each workerDouwe Maan2017-12-121-1/+1
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-1/+1
* Add CI build trace sections extractorAlessio Caiazza2017-10-051-0/+1
* Remove sidekiq build queue and assign pipeline queueGrzegorz Bizon2017-08-211-1/+3
* Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-211-0/+1
* Remove unecessary lockfeature/process-pipeline-hooks-asynchronouslyKamil Trzcinski2016-10-141-4/+2
* Add build finished worker that creates a workflowGrzegorz Bizon2016-10-141-0/+12