Fix help text in Admin Area > Background Jobs

What does this MR do?

Fix the help text to restart GitLab in case of issues with Sidekiq. The correct command is copied from https://docs.gitlab.com/omnibus/maintenance/.

Are there points in the code the reviewer needs to double check?

I only corrected the syntax of the shell command, not the semantics. It might make sense to only restart Sidekiq (the purpose of restarting is not outlined in the help text). Furthermore, a warning might be nice – I assume that restarting GitLab corrupted an active GitHub Mirroring and lead to some SQL inconsistency issues.

Why was this MR needed?

The current help text contains an invalid shell command.

Does this MR meet the acceptance criteria?

Edited by Max Vogler

Merge request reports

Loading