Skip to content

API limits #1

@tmuehlherr

Description

@tmuehlherr

Hi Oli, I tried this on "node index.js ngrx platform" and it works, but then breaks after writing about 80 of the 4500 contacts. First, it breaks because there are too many requests in a short time, then because it exceeded the 5000 requests/hour limit. You are using an array.map() function to iterate to get the users data, so there is no way to slow that down. Can you rewrite that so that it slows down the request and does not exceed the 5000 an hour allowed so it will really go through all the users/contacts, even if that is a large amount? Don't care if it's slow, just should not break halfway through.
Best, T.

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