Solution

meowOwner

The documented limit is 100 requests per minute per API key, and bulk imports count each record as its own request today. For anything over a few hundred records, batch them into chunks of 50 with a short delay between chunks, or reach out and we can raise your limit temporarily for a one-time migration.

7 replies

meowOwner
✓ Solution

The documented limit is 100 requests per minute per API key, and bulk imports count each record as its own request today. For anything over a few hundred records, batch them into chunks of 50 with a short delay between chunks, or reach out and we can raise your limit temporarily for a one-time migration.

Upvote7

We ended up just queuing the import overnight when traffic is low, works fine as a stopgap.

Upvote1

Chunking helped us too, though we ended up going a bit smaller, batches of 25, to stay well under the limit with headroom.

Upvote1

Sign in to reply to this question.

Powered by Forumcat