diff options
author | Stan Hu <stanhu@gmail.com> | 2017-12-07 23:58:05 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-12-12 15:07:24 -0800 |
commit | 0ea70802e19cbe11c6af0f6750200bb137225940 (patch) | |
tree | 24bb68bb5726f3b896fae93b4155ce7e61c1910c /app/workers | |
parent | ad3732955389024b8a209455f9a889d5ebf411b9 (diff) | |
download | gitlab-ce-0ea70802e19cbe11c6af0f6750200bb137225940.tar.gz |
Fix Sidekiq worker and make flash message return a link to the pipelines page
Diffstat (limited to 'app/workers')
-rw-r--r-- | app/workers/run_pipeline_schedule_worker.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/run_pipeline_schedule_worker.rb b/app/workers/run_pipeline_schedule_worker.rb index 3e0d3fed20a..7725ad319a3 100644 --- a/app/workers/run_pipeline_schedule_worker.rb +++ b/app/workers/run_pipeline_schedule_worker.rb @@ -1,5 +1,5 @@ class RunPipelineScheduleWorker - include Sidekiq::Worker + include ApplicationWorker include PipelineQueue enqueue_in group: :creation |