Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 7月 24, 2024
  2. 7月 23, 2024
  3. 7月 22, 2024
  4. 7月 19, 2024
  5. 7月 18, 2024
  6. 7月 16, 2024
  7. 7月 15, 2024
  8. 7月 13, 2024
  9. 7月 11, 2024
  10. 7月 10, 2024
  11. 7月 09, 2024
  12. 7月 01, 2024
  13. 6月 28, 2024
  14. 6月 20, 2024
  15. 6月 19, 2024
  16. 6月 18, 2024
  17. 6月 17, 2024
  18. 6月 15, 2024
    • Stan Hu's avatar
      Update acceptable `make lint` Workhorse errors · 9dc19e32
      Stan Hu 创作于
      Ignore `Function 'generateMetadataFromZip' is too long` errors for
      now.
      9dc19e32
    • Stan Hu's avatar
      Ensure Workhorse log writers are closed to avoid Goroutine leaks · c9e7fbb9
      Stan Hu 创作于
      We've seen in production the number of Goroutines in Workhorse exceed
      4000. The pprof output suggests that many of these came from the
      logrus Goroutines lingering.
      
      When Workhorse forks `gitlab-zip-cat` and `gitlab-zip-metadata` it
      attempts to log all stderr via a logrus Writer. logrus launches a
      Goroutine to listen from a pipe. We should ensure this Writer is
      closed so that the Goroutines shut down as soon as possible.
      
      Changelog: fixed
      c9e7fbb9
  19. 6月 14, 2024
  20. 6月 13, 2024
  21. 6月 12, 2024
  22. 6月 11, 2024
  23. 6月 10, 2024
  24. 6月 07, 2024
加载中