SIGTERM - Sidekiq won't start
Created by: lchabert
Hello all,
Following successive update from 6.0.0 to 6.4, i have several problems with sidekiq. This item refuse to start properly. I try to start him manualy with :
sudo -u git -H bundle exec rake sidekiq:start RAILS_ENV=production
And i have this result:
rake aborted!
SIGTERM
/home/git/gitlab/lib/tasks/sidekiq.rake:9:in `system'
/home/git/gitlab/lib/tasks/sidekiq.rake:9:in `block (2 levels) in <top (required)>'
Tasks: TOP => sidekiq:start
(See full trace by running task with --trace)
I don't understand what is "system", a new gems ? I have no ideas how to start this module to launch finaly gitlab.
Thanks in advance, Best regards.