We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 9d0e39b commit 1158a29Copy full SHA for 1158a29
nixos/modules/services/misc/gitlab.nix
@@ -425,7 +425,7 @@ in {
425
TimeoutSec = "300";
426
Restart = "on-failure";
427
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\"";
+ 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\"";
429
};
430
431
0 commit comments