Commit 235a6182 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'fix_sidekiq_rake' of /home/git/repositories/gitlab/gitlabhq

parents 3c113599 90086fe2
...@@ -4,11 +4,13 @@ namespace :sidekiq do ...@@ -4,11 +4,13 @@ namespace :sidekiq do
system "script/background_jobs stop" system "script/background_jobs stop"
end end
desc "GITLAB | Start sidekiq" do desc "GITLAB | Start sidekiq"
task :start do
system "script/background_jobs start" system "script/background_jobs start"
end end
desc 'GitLab | Restart sidekiq' do desc 'GitLab | Restart sidekiq'
task :restart do
system "script/background_jobs restart" system "script/background_jobs restart"
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment