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

Project.all() with options is timing out #82

Closed
imraazrally opened this issue May 8, 2018 · 2 comments
Closed

Project.all() with options is timing out #82

imraazrally opened this issue May 8, 2018 · 2 comments

Comments

@imraazrally
Copy link

After migrating from node-gitlab-api 2.2.8 to 3.0.2. The following code is timing out

        const options = { membership: true, page: 1, per_page: 1 }
        const projects = await client.Projects.all(options);            

Any idea why? from analyzing the debug mode for request-promise library it seems that the library is making retry calls even after a succesful response. It continues retry infinitely until my AWS lambda functions timeout.

@jdalrymple
Copy link
Owner

Yikes, that's no good. I'll give it a look asap

@imraazrally
Copy link
Author

Thanks!

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