Skip to content

Remove Sidekiq standalone references from systemd examples

Sean McGivern requested to merge remove-sidekiq-standalone-references into master

bin/sidekiq-cluster (either directly, or via bin/background_jobs) has been the only entry point for a while to launch Sidekiq processes in:

However, our systemd unit file example was still using bundle exec sidekiq. Switching that to bin/background_jobs means that we can finally claim that bin/sidekiq-cluster is the only entry point everywhere, and simplify some of the Sidekiq system checks.

For #323225 (closed) and gitlab-com/gl-infra/scalability#243 (closed).

Edited by Sean McGivern

Merge request reports