提交 90086fe2 编写于 作者: J Jacob Vosmaer

Restore sidekiq rake tasks

上级 83878066
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册