Skip to content
Snippets Groups Projects
Commit 35068315 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'fix_sidekiq_rake' of /home/git/repositories/gitlab/gitlabhq into 6-2-stable

parents 9c3e95f6 7d0d9c65
No related branches found
No related tags found
3 merge requests!8889WIP: Port of 25624-anticipate-obstacles-to-removing-turbolinks to EE.,!7795Asciidoctor plantuml,!7793Add support for PlantUML diagrams in Asciidoc.
Loading
Loading
@@ -4,11 +4,13 @@ namespace :sidekiq do
system "script/background_jobs stop"
end
 
desc "GITLAB | Start sidekiq" do
desc "GITLAB | Start sidekiq"
task :start do
system "script/background_jobs start"
end
 
desc 'GitLab | Restart sidekiq' do
desc 'GitLab | Restart sidekiq'
task :restart do
system "script/background_jobs restart"
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment