-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
DreadKnight
Metadata
Metadata
Assignees
Labels
No labels