All problems
TMKR-3050
Warning
Customer
Too many requests (rate limited)
The platform temporarily throttled requests because too many arrived in a short window.Connectivity & terminal settings•Also known as: RATE_LIMIT_EXCEEDED, rate-limit-exceeded, 429
Symptoms
Alert: "Too many requests. Please wait a moment and try again."
API response error_code: RATE_LIMIT_EXCEEDED (HTTP 429), with a Retry-After header.
Causes
Many products started at once on the same account or network.
A reconnect loop sent requests too quickly.
How to fix it
1
Wait, then retryWait the number of seconds in the Retry-After header (or about a minute) before re-attaching products. Stagger startups instead of launching many at once.