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

API response time #322

Closed
sergiofigueras opened this issue Dec 14, 2016 · 1 comment
Closed

API response time #322

sergiofigueras opened this issue Dec 14, 2016 · 1 comment

Comments

@sergiofigueras
Copy link

Hello guys,

I'm in a trouble here and I would like to know if some of you guys have passed through the same or if its something new.

Basically after using some calls on GHRepository, with this operation:

final PagedSearchIterable<GHIssue> list = githubClient.searchIssues()
        .q("type:pr")
        .q(String.format("repo:%s", githubRepoName(repoName)))
        .q(commitId)
        .list();

it seems that by some reason my request is queued, and it might take >10min to take the results, which is bringing me several timeout operations.

Does it happened with you before? Is that something that I must configure on github-api?

@kohsuke
Copy link
Collaborator

kohsuke commented Dec 17, 2016

Let's use https://groups.google.com/forum/#!forum/github-api for Q&A, and keep issue tracker for bugs.

@kohsuke kohsuke closed this as completed Dec 17, 2016
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

No branches or pull requests

2 participants