Behavior under burst
- Each submission is processed concurrently. There is no fixed worker pool to saturate
- If internal capacity is momentarily strained, transactions take a fast-forward path that delivers them through nexroute’s private partnerships without backrun analysis. The delivery guarantee is preserved
- No partner request is rejected for rate-limit reasons
What this means for integration
- You don’t need client-side throttling against the Capture endpoint
- Sustained extreme bursts may reduce backrun yield on the affected window (capacity goes to delivery first), but every acknowledged transaction still lands
- Connection reuse (HTTP keep-alive or persistent WebSocket) is recommended for high-throughput callers to amortize TLS handshakes