That's Typesense's backpressure mechanism. You wan...
# community-help
j
That's Typesense's backpressure mechanism. You want to keep an eye on the API responses from the write endpoints, and if you see that returning a 503, you want to pause sending additional writes and do an exponential backoff. If you continue sending writes, then eventually Typesense also starts returning 503s for the read endpoints, to prevent stale data from being returned.