Copyedit documentation updates

This commit is contained in:
Matija Čupić 2018-10-29 17:08:21 +01:00
parent 1a92af2868
commit 10af12b411
No known key found for this signature in database
GPG Key ID: 4BAF84FFACD2E5DE
1 changed files with 16 additions and 1 deletions

View File

@ -238,7 +238,22 @@ Find out about [bulk editing merge requests](../../project/bulk_editing.md).
## Troubleshooting
### Merge Request cannot retrieve the pipeline status
Sometimes things don't go as expected in a merge request, here are some
troubleshooting steps.
### Merge request cannot retrieve the pipeline status
This can occur for one of two reasons:
* Sidekiq doesn't pick up the changes fast enough
* Because of the bug described in [#41545](https://gitlab.com/gitlab-org/gitlab-ce/issues/41545)
#### Sidekiq
Sidekiq didn't process the CI state change fast enough. Please wait a few
seconds and the status will update automatically.
#### Bug
Merge Request pipeline statuses can't be retrieved when the following occurs: