The GitLab Activity section shows recent changes with a long delay

Since I upgraded our GitLab CE to 8.6, it stopped showing the latest changes, for example, in the "Activity" section, the last commits for MR are also not displayed.

The current version (8.6.4) is working right now, the same problem.

As you can see below, the check looks good

root@server:~# sudo gitlab-rake gitlab:check Checking GitLab Shell ... GitLab Shell version >= 2.6.12 ? ... OK (2.6.12) Repo base directory exists? ... yes Repo base directory is a symlink? ... no Repo base owned by git:git? ... yes Repo base access is drwxrws---? ... yes hooks directories in repos are links: ... Administrator / projectX ... ok Running /opt/gitlab/embedded/service/gitlab-shell/bin/check Check GitLab API access: OK Check directories and files: /var/opt/gitlab/git-data/repositories: OK /var/opt/gitlab/.ssh/authorized_keys: OK Test redis-cli executable: redis-cli 2.8.24 Send ping to redis server: PONG gitlab-shell self-check successful Checking GitLab Shell ... Finished Checking Sidekiq ... Running? ... yes Number of Sidekiq processes ... 1 Checking Sidekiq ... Finished Checking Reply by email ... Reply by email is disabled in config/gitlab.yml Checking Reply by email ... Finished Checking LDAP ... LDAP is disabled in config/gitlab.yml Checking LDAP ... Finished Checking GitLab ... Git configured with autocrlf=input? ... yes Database config exists? ... yes All migrations up? ... yes Database contains orphaned GroupMembers? ... no GitLab config exists? ... yes GitLab config outdated? ... no Log directory writable? ... yes Tmp directory writable? ... yes Uploads directory setup correctly? ... yes Init script exists? ... skipped (omnibus-gitlab has no init script) Init script up-to-date? ... skipped (omnibus-gitlab has no init script) projects have namespace: ... Administrator / projectX ... yes Redis version >= 2.8.0? ... yes Ruby version >= 2.1.0 ? ... yes (2.1.8) Your git bin path is "/opt/gitlab/embedded/bin/git" Git version >= 2.7.3 ? ... yes (2.7.4) Active users: 21 Checking GitLab ... Finished 

Tried to:

  1. Restart GitLab
  2. Clear cache

UPDATING UPDATE TO THE LATEST VERSION HELPED

+8
gitlab gitlab-omnibus
source share

No one has answered this question yet.

See related questions:

154
Change default branch in gitlab
4
How to determine if a GitLab Omnibus installation or source?
2
Allow only valid commit on the main
one
How to configure docker-compose volume authorization
one
gitlab 6.0: fatal: '/home/git/repositories/alex/test.git' does not seem to be a fatal git repository: the remote end hung up unexpectedly
0
Gitlab API Access Timeout
0
Gitlab 7.7 does not create a new / roaming repository
0
Gitlab Project Files
0
When I install gitLab on OSX, you get the error: Check access to the GitLab API: FAILED. code: 502
-2
Clicking on repository created by Gitlab fails with error

All Articles