Commit 1cb18edf76594aaba30d32540252e92426d0d422
Exists in
master
and in
4 other branches
Merge pull request #5487 from perryfaro/fix-sidekiq-documentation
Change documentation about sidekiq
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
README.md
lib/tasks/gitlab/check.rake
... | ... | @@ -648,7 +648,7 @@ namespace :gitlab do |
648 | 648 | else |
649 | 649 | puts "no".red |
650 | 650 | try_fixing_it( |
651 | - sudo_gitlab("bundle exec rake sidekiq:start RAILS_ENV=production") | |
651 | + sudo_gitlab("RAILS_ENV=production script/background_jobs start") | |
652 | 652 | ) |
653 | 653 | for_more_information( |
654 | 654 | see_installation_guide_section("Install Init Script"), | ... | ... |