Init.d script reports Sidekiq Job Dispatcher as Not Running in v6.1
Created by: demisx
After upgrading to 6.1-stable, the gitlab init.d script, besides taking much time to start, reports sidekiq not running:
# service gitlab start
Starting the GitLab Unicorn web server...
Starting the GitLab Sidekiq event dispatcher...
The GitLab Unicorn webserver with pid 27448 is running.
The GitLab Sidekiq job dispatcher is not running.
However, it appears to be running and GitLab functions properly. Here is my output of ps
after the start:
# ps -ef | grep sidekiq | grep -v grep
git 27484 1 7 11:20 pts/1 00:00:44 sidekiq 2.14.0 gitlab [0 of 25 busy]
And the environment:
$ bundle exec rake gitlab:env:info
System information
System: Ubuntu 12.04
Current User: git
Using RVM: yes
RVM Version: 1.22.3
Ruby Version: 1.9.3p429
Gem Version: 1.8.25
Bundler Version:1.3.5
Rake Version: 10.1.0
GitLab information
Version: 6.1.0.rc1
Revision: 16b6040
Directory: /home/git/gitlab
DB Adapter: mysql2
URL: http://git.colddata.com
HTTP Clone URL: http://git.colddata.com/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