GitLab Activity section shows recent changes with a big delay -


since have upgraded our gitlab ce 8.6 stopped showing recent changes example in activity section not showing latest commits mr's.

right running date version (8.6.4) still same issue.

as can see below check looks fine

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 symlink? ... no repo base owned git:git? ... yes repo base access drwxrws---? ... yes hooks directories in repos links: ...  administrator / projectx ... ok running /opt/gitlab/embedded/service/gitlab-shell/bin/check check gitlab api access: ok check directories , 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 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 email ...  reply email disabled in config/gitlab.yml  checking reply email ... finished  checking ldap ...  ldap disabled in config/gitlab.yml  checking ldap ... finished  checking gitlab ...  git configured autocrlf=input? ... yes database config exists? ... yes 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) git bin path "/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

no help...


Comments