• Johannes Schleifenbaum's avatar
    [gitlab:check] Fix detecting the status of sidekiq · b5d7bcb7
    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.
    b5d7bcb7
check.rake 20.3 KB