Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timeout when updating existing npm merge requests #406

Closed
mmadoo opened this issue Aug 11, 2022 · 1 comment · Fixed by #407
Closed

timeout when updating existing npm merge requests #406

mmadoo opened this issue Aug 11, 2022 · 1 comment · Fixed by #407

Comments

@mmadoo
Copy link
Contributor

mmadoo commented Aug 11, 2022

I am using latest kira-dependencies on a onpremise gitlab 15.1.
The npm_and_yarn job fails due to timeout when it update an existing merge request.
When I look in gitlab access log, there is

168.119.xxx.xxx - - [11/Aug/2022:06:43:21 +0000] "GET /api/v4/projects/myCompany%2FmyProject/merge_requests?state=opened&search=%22Bump%20babylonjs%22&in=title&with_merge_status_recheck=true HTTP/1.1" 200 3457 "" "Gitlab Ruby Gem 4.19.0" 6.93
168.119.xxx.xxx - - [11/Aug/2022:06:43:21 +0000] "GET /api/v4/projects/myCompany%2FmyProject/merge_requests?state=opened&search=%22Bump%20babylonjs%22&in=title&with_merge_status_recheck=true HTTP/1.1" 200 3457 "" "Gitlab Ruby Gem 4.19.0" 6.93
168.119.xxx.xxx - - [11/Aug/2022:06:43:21 +0000] "GET /api/v4/projects/myCompany%2FmyProject/merge_requests?state=opened&search=%22Bump%20babylonjs%22&in=title&with_merge_status_recheck=true HTTP/1.1" 200 3457 "" "Gitlab Ruby Gem 4.19.0" 6.93
168.119.xxx.xxx - - [11/Aug/2022:06:43:22 +0000] "GET /api/v4/projects/myCompany%2FmyProject/merge_requests?state=opened&search=%22Bump%20babylonjs%22&in=title&with_merge_status_recheck=true HTTP/1.1" 200 3457 "" "Gitlab Ruby Gem 4.19.0" 6.93
168.119.xxx.xxx - - [11/Aug/2022:06:43:22 +0000] "GET /api/v4/projects/myCompany%2FmyProject/merge_requests?state=opened&search=%22Bump%20babylonjs%22&in=title&with_merge_status_recheck=true HTTP/1.1" 200 3457 "" "Gitlab Ruby Gem 4.19.0" 6.93
168.119.xxx.xxx - - [11/Aug/2022:06:43:22 +0000] "GET /api/v4/projects/myCompany%2FmyProject/merge_requests?state=opened&search=%22Bump%20babylonjs%22&in=title&with_merge_status_recheck=true HTTP/1.1" 200 3457 "" "Gitlab Ruby Gem 4.19.0" 6.93
168.119.xxx.xxx - - [11/Aug/2022:06:43:22 +0000] "GET /api/v4/projects/myCompany%2FmyProject/merge_requests?state=opened&search=%22Bump%20babylonjs%22&in=title&with_merge_status_recheck=true HTTP/1.1" 200 3457 "" "Gitlab Ruby Gem 4.19.0" 6.93
168.119.xxx.xxx - - [11/Aug/2022:06:43:22 +0000] "GET /api/v4/projects/myCompany%2FmyProject/merge_requests?state=opened&search=%22Bump%20babylonjs%22&in=title&with_merge_status_recheck=true HTTP/1.1" 200 3457 "" "Gitlab Ruby Gem 4.19.0" 6.93
168.119.xxx.xxx - - [11/Aug/2022:06:43:22 +0000] "GET /api/v4/projects/myCompany%2FmyProject/merge_requests?state=opened&search=%22Bump%20babylonjs%22&in=title&with_merge_status_recheck=true HTTP/1.1" 200 3457 "" "Gitlab Ruby Gem 4.19.0" 6.93

Thus, I think that there should be an issue with the break condition at https://github.com/wemake-services/kira-dependencies/blob/master/update.rb#L175

@sobolevn
Copy link
Member

PRs are welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants