services.gitlab.sidekiq.concurrency

NixOS option

How many processor threads to use for processing sidekiq background job queues. When null, the GitLab default is used. See https://docs.gitlab.com/ee/administration/sidekiq/extra_sidekiq_processes.html#manage-thread-counts-explicitly for details.

type: null or signed integer
Default
null
declared in: nixos/modules/services/misc/gitlab.nixView source on NixOS/nixpkgs →