Skip to content
Snippets Groups Projects
Commit 5d98afb5 authored by Perry Faro's avatar Perry Faro
Browse files

Fix sidekiq start text in documentation and gitlab:check

parent 844f8fd2
No related branches found
No related tags found
No related merge requests found
Loading
@@ -99,7 +99,7 @@ Start it with [Foreman](https://github.com/ddollar/foreman)
Loading
@@ -99,7 +99,7 @@ Start it with [Foreman](https://github.com/ddollar/foreman)
or start each component separately or start each component separately
   
bundle exec rails s bundle exec rails s
bundle exec rake sidekiq:start script/background_jobs start
   
### Run the tests ### Run the tests
   
Loading
Loading
Loading
@@ -648,7 +648,7 @@ namespace :gitlab do
Loading
@@ -648,7 +648,7 @@ namespace :gitlab do
else else
puts "no".red puts "no".red
try_fixing_it( try_fixing_it(
sudo_gitlab("bundle exec rake sidekiq:start RAILS_ENV=production") sudo_gitlab("RAILS_ENV=production script/background_jobs start")
) )
for_more_information( for_more_information(
see_installation_guide_section("Install Init Script"), see_installation_guide_section("Install Init Script"),
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