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
|
EnvironmentFile=/etc/gitlab/gitlab-debian.conf
|
||||||
SyslogIdentifier=gitlab-sidekiq
|
SyslogIdentifier=gitlab-sidekiq
|
||||||
ExecStart=/usr/bin/bundle exec sidekiq \
|
ExecStart=/usr/bin/bundle exec sidekiq \
|
||||||
-q post_receive \
|
-C /etc/gitlab/sidekiq_queues.yml \
|
||||||
-q mailers \
|
|
||||||
-q archive_repo \
|
|
||||||
-q system_hook \
|
|
||||||
-q project_web_hook \
|
|
||||||
-q gitlab_shell \
|
|
||||||
-q incoming_email \
|
|
||||||
-q runner \
|
|
||||||
-q common \
|
|
||||||
-q default \
|
|
||||||
-e $RAILS_ENV
|
-e $RAILS_ENV
|
||||||
Restart=on-abnormal
|
Restart=on-abnormal
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue