Multiple Sidekiq versions under Gitlab
Created by: danielgroves
I've noticed that multiple version of Sidekiq are running under Gitlab. Is this normal?
Is there anything that can be done to stop any unnecessary instances from running?
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
Output:
Checking Environment ...
Git configured for git user? ... yes
Has python2? ... yes
python2 is supported version? ... yes
Checking Environment ... Finished
Checking GitLab Shell ...
GitLab Shell version >= 1.7.0 ? ... OK (1.7.0)
Repo base directory exists? ... yes
Repo base directory is a symlink? ... no
Repo base owned by git:git? ... yes
Repo base access is drwxrws---? ... yes
post-receive hook up-to-date? ... yes
post-receive hooks in repos are links: ...
Daniel Groves / AppFlow.co.uk ... ok
Daniel Groves Design / danielgroves.net ... ok
Writhlington Orchid Project / wsbeorchids.org ... ok
Daniel Groves Design / playground.danielgroves.net ... ok
Writhlington Orchid Project / WSBEorchids Webcams ... ok
University / SOFT225 ... ok
Daniel Groves Design / Home ... repository is empty
Daniel Groves / Catering System ... ok
University / COMP216 ... ok
Server Observer / Placeholder ... ok
Examples / WordPress Bcrypt ... ok
Writhlington Prospect Theatre / Wordpress Theme ... ok
Server Observer / Application ... ok
Server Observer / Server ... ok
Server Observer / Client ... ok
SOFT335 / Assignment One ... ok
SOFT335 / Practical - Week 1 ... ok
Daniel Groves Design / Backup ... ok
SOFT335 / Assignment Two ... ok
Daniel Groves / ByKit ... ok
SOFT335 / Assignment Three ... ok
SOFT335 / Assignment Four ... ok
SOFT335 / Weather App ... ok
Checking GitLab Shell ... Finished
Checking Sidekiq ...
Running? ... yes
Checking Sidekiq ... Finished
Checking GitLab ...
Database config exists? ... yes
Database is SQLite ... no
All migrations up? ... yes
GitLab config exists? ... yes
GitLab config outdated? ... no
Log directory writable? ... yes
Tmp directory writable? ... yes
Init script exists? ... yes
Init script up-to-date? ... yes
Projects have satellites? ...
Daniel Groves / AppFlow.co.uk ... yes
Daniel Groves Design / danielgroves.net ... yes
Writhlington Orchid Project / wsbeorchids.org ... yes
Daniel Groves Design / playground.danielgroves.net ... yes
Writhlington Orchid Project / WSBEorchids Webcams ... yes
University / SOFT225 ... yes
Daniel Groves Design / Home ... yes
Daniel Groves / Catering System ... yes
University / COMP216 ... yes
Server Observer / Placeholder ... yes
Examples / WordPress Bcrypt ... yes
Writhlington Prospect Theatre / Wordpress Theme ... yes
Server Observer / Application ... yes
Server Observer / Server ... yes
Server Observer / Client ... yes
SOFT335 / Assignment One ... yes
SOFT335 / Practical - Week 1 ... yes
Daniel Groves Design / Backup ... yes
SOFT335 / Assignment Two ... yes
Daniel Groves / ByKit ... yes
SOFT335 / Assignment Three ... yes
SOFT335 / Assignment Four ... yes
SOFT335 / Weather App ... yes
Redis version >= 2.0.0? ... yes
Your git bin path is "/usr/bin/git"
Git version >= 1.7.10 ? ... yes (1.8.4)
Checking GitLab ... Finished
sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
Output:
System information
System: Ubuntu 12.04
Current User: git
Using RVM: no
Ruby Version: 1.9.3p327
Gem Version: 1.8.23
Bundler Version:1.3.5
Rake Version: 10.1.0
GitLab information
Version: 6.0.1
Revision: d422ee0
Directory: /home/git/gitlab
DB Adapter: mysql2
URL: http://gitlab.danielgroves.net
HTTP Clone URL: http://gitlab.danielgroves.net/some-project.git
SSH Clone URL: [email protected]:some-project.git
Using LDAP: no
Using Omniauth: no
GitLab Shell
Version: 1.7.0
Repositories: /home/git/repositories/
Hooks: /home/git/gitlab-shell/hooks/
Git: /usr/bin/git