use -C option for queues
This commit is contained in:
parent
26ada91777
commit
7c8d4af18b
1 changed files with 1 additions and 10 deletions
11
debian/gitlab.gitlab-sidekiq.service
vendored
11
debian/gitlab.gitlab-sidekiq.service
vendored
|
@ -14,16 +14,7 @@ WorkingDirectory=/usr/share/gitlab
|
|||
EnvironmentFile=/etc/gitlab/gitlab-debian.conf
|
||||
SyslogIdentifier=gitlab-sidekiq
|
||||
ExecStart=/usr/bin/bundle exec sidekiq \
|
||||
-q post_receive \
|
||||
-q mailers \
|
||||
-q archive_repo \
|
||||
-q system_hook \
|
||||
-q project_web_hook \
|
||||
-q gitlab_shell \
|
||||
-q incoming_email \
|
||||
-q runner \
|
||||
-q common \
|
||||
-q default \
|
||||
-C /etc/gitlab/sidekiq_queues.yml \
|
||||
-e $RAILS_ENV
|
||||
Restart=on-abnormal
|
||||
|
||||
|
|
Loading…
Reference in a new issue