mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 02:26:12 +10:00
Merge branch 'new_sidekiq_cli_syntax' into 'master'
New Sidekiq CLI syntax
This commit is contained in:
@@ -37,7 +37,7 @@ function start_no_deamonize
|
||||
|
||||
function start_sidekiq
|
||||
{
|
||||
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
|
||||
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
|
||||
}
|
||||
|
||||
function load_ok
|
||||
|
||||
Reference in New Issue
Block a user