Commit a37f8fc6db482e3f561e264059ec2f04fe96f07d
Exists in
spb-stable
and in
3 other branches
Merge branch 'new_sidekiq_cli_syntax' into 'master'
New Sidekiq CLI syntax
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script/background_jobs
... | ... | @@ -37,7 +37,7 @@ function start_no_deamonize |
37 | 37 | |
38 | 38 | function start_sidekiq |
39 | 39 | { |
40 | - bundle exec sidekiq -q post_receive,mailer,system_hook,project_web_hook,gitlab_shell,common,default -e $RAILS_ENV -P $sidekiq_pidfile $@ >> $sidekiq_logfile 2>&1 | |
40 | + bundle exec sidekiq -q post_receive -q mailer -q system_hook -q project_web_hook -q gitlab_shell -q common -q default -e $RAILS_ENV -P $sidekiq_pidfile $@ >> $sidekiq_logfile 2>&1 | |
41 | 41 | } |
42 | 42 | |
43 | 43 | function load_ok | ... | ... |