Add support to configure webhook_timeout in gitlab.yaml
Compare changes
- Johannes Schleifenbaum authored
If you are running another sidekiq instance on your server, e.g. GitLab CI, the check script would parse the output of `ps aux` searching for `sidekiq` and returning success, although the GitLab sidekiq may not be running. Now the `ps` call will only print the processes run by the GitLab user.
+ 73
− 12
@@ -22,6 +22,7 @@ namespace :gitlab do
@@ -288,7 +289,6 @@ namespace :gitlab do
@@ -391,14 +391,20 @@ namespace :gitlab do
@@ -479,11 +485,13 @@ namespace :gitlab do
@@ -550,6 +558,32 @@ namespace :gitlab do
@@ -579,6 +613,7 @@ namespace :gitlab do
@@ -590,7 +625,7 @@ namespace :gitlab do
@@ -604,6 +639,29 @@ namespace :gitlab do
@@ -638,10 +696,13 @@ namespace :gitlab do
@@ -657,7 +718,7 @@ namespace :gitlab do