What are Constructor's throttling thresholds and usage limits?

Constructor supports some of the top e-commerce sites in the world, and we've built our system to handle extremely large amounts of traffic. Due to our globally distributed architecture and need to adapt to changing traffic conditions, we do not publish hard limits on traffic rates.

In general, we aim to support all legitimate user traffic, regardless of the volume. Our system can scale to handle surges and spikes in traffic naturally. However, we also have several layers of denial-of-service (DOS) protections to prevent abusive traffic.

Similarly, customer API traffic does not have hard rate limits set, but customers should build their systems to use our "batch" methods wherever possible to minimize requests, and handle 429 Too Many Requests HTTP responses and implement back-off algorithms to re-try requests later.