-
-
Notifications
You must be signed in to change notification settings - Fork 320
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels