Skip to content

Commit 1158a29

Browse files
committedNov 29, 2016
gitlab service: fix sidekiq queue config
(cherry picked from commit 3000ae8)
1 parent 9d0e39b commit 1158a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎nixos/modules/services/misc/gitlab.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ in {
425425
TimeoutSec = "300";
426426
Restart = "on-failure";
427427
WorkingDirectory = "${cfg.packages.gitlab}/share/gitlab";
428-
ExecStart="${cfg.packages.gitlab.env}/bin/bundle exec \"sidekiq -q post_receive -q mailers -q system_hook -q project_web_hook -q gitlab_shell -q common -q default -e production -P ${cfg.statePath}/tmp/sidekiq.pid\"";
428+
ExecStart="${cfg.packages.gitlab.env}/bin/bundle exec \"sidekiq -C \"${cfg.packages.gitlab}/share/gitlab/config/sidekiq_queues.yml\" -e production -P ${cfg.statePath}/tmp/sidekiq.pid\"";
429429
};
430430
};
431431

0 commit comments

Comments
 (0)
Please sign in to comment.