3
0
Fork 0
forked from mirrors/nixpkgs

gitlab service: fix sidekiq queue config

This commit is contained in:
Franz Pletz 2016-11-29 17:41:44 +01:00
parent 8806344618
commit 3000ae8602
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -428,7 +428,7 @@ in {
TimeoutSec = "300";
Restart = "on-failure";
WorkingDirectory = "${cfg.packages.gitlab}/share/gitlab";
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\"";
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\"";
};
};