Skip to content

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

@imraazrally

Description

@imraazrally

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions