Add EE sidekiq_cluster configurable for setting up extra Sidekiq processes
This allows configuring the settings that were added in: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/922
cc\ @yorickpeterse
Merge request reports
Activity
added 1 commit
- ed045e5c - Move sentinel config back to gitlab base cookbook
@twk3 Does its log output provide any details? It's possible one of the spawned
sidekiq
processes dies, causingsidekiq-cluster
to self-terminate. If this happens it should be logged to STDERR.@yorickpeterse I am looking into this now, and will provide you a package to test with.
Found the problem, missing
-r
option is the cause. When sidekiq-cluster shells out, it assumes that it is ran from within the rails directory which is not the case in omnibus-gitlab.@yorickpeterse is working on a fix.
The fix for this is in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/987
added EE label
added 5 commits
-
ed045e5c...1b9df4da - 3 commits from branch
master
- 67a54687 - Merge remote-tracking branch 'origin/master' into extra-sidekiq
- a8f3e164 - Pass the rails path to sidekiq-cluster
-
ed045e5c...1b9df4da - 3 commits from branch
mentioned in commit 8ea7e2df
@twk3 Thank you.
mentioned in commit feb46182
mentioned in commit 6529568b
mentioned in issue #1690 (closed)
added workflowstaging-ref label
added workflowproduction label and removed workflowstaging-ref label