Hi Guys, I have 3 million posts, and i’m bulk inde...
# community-help
d
Hi Guys, I have 3 million posts, and i’m bulk indexing and during the indexing process i run tino cURL error 28,
k
The post body might be too large
d
The thing is it bails after different times
k
What's the size of the file being posted?
d
Additionally - the current code is doing a request to /health to check condition
that’s when it’s being bailed
k
Are you using the php client?
d
No we’re making cURL requests
k
So the thing is if you write too fast, Typesense can return 503 status code as a backpressure mechanism to let writes catch up
If you get a 503, backoff and retry after a short interval.
d
ok let me see if i can reduce the payload and test it out again. Also - not sure if i’m getting a 503 error - will verify and check
Also can you let me know how to measure payload size here ?
k
The raw jsonl post you are passing. Max payload size is 10 G so I don't think you are running into that.
d
yeah - ok, that’s probably not it - no way i’m going over 10G
will do some more test