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

Increase GitLab GraphQL timeout 30s=>90s #1008

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

mvandenburgh
Copy link
Member

@mvandenburgh mvandenburgh commented Dec 12, 2024

We're seeing pipelines with many jobs (like this one) timeout in the GitLab UI. This is happening because the UI's request to the GitLab GraphQL API is hitting its default timeout of 30 seconds.

Note - I increased the value to 90 because the graphql call on that page took 82 (!!) seconds to load.

Source: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24400/diffs

@mvandenburgh mvandenburgh changed the title Increase GitLab GraphQL timeout 30s=>60s Increase GitLab GraphQL timeout 30s=>90s Dec 12, 2024
@mvandenburgh mvandenburgh merged commit 4af2aac into main Dec 12, 2024
1 check passed
@mvandenburgh mvandenburgh deleted the increase-gitlab-graphql-timeout branch December 12, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants