GitLab is taking too much time to respond

1、重启nginx 无用
2、重启gitlab gitlab-ctl restart 无用
3、修改配置文件

/etc/gitlab# vim /etc/gitlab/gitlab.rb
unicorn['worker_processes'] = 3   #  从2 改为3 
unicorn['worker_timeout'] = 60    #  可从60改为90
gitlab-ctl reconfigure   #问题解决

可参考 https://gitlab.com/gitlab-org/gitlab-foss/-/issues/30095

相关文章:

  • 2022-01-07
  • 2021-05-26
  • 2022-02-26
  • 2021-10-05
  • 2021-09-13
  • 2021-08-15
  • 2021-11-03
  • 2021-08-02
猜你喜欢
  • 2021-11-12
  • 2022-01-01
  • 2021-10-26
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2021-10-11
相关资源
相似解决方案