An error occurred while fetching the assigned milestone of the selected merge_request.
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.
+ 1
− 2
@@ -645,7 +645,6 @@ namespace :gitlab do
@@ -656,7 +655,7 @@ namespace :gitlab do