I am doing a bulk insert of large number of documents in CouchDB and when multiple bulk inserts are done in parallel, I'm getting 504 Gateway Timeout from CouchDB. I think the HTTP requests are getting timed out. How do I increase this timeout?
Asked
Active
Viewed 322 times
0
-
1Need to provide way more detail...how are the bulk operations executing - In a browser? cUrl? Executed by
? – RamblinRose Jul 15 '21 at 15:02 -
I am performing bulk insert through erlang using couchbeam library. Insert 20000 docs in a bulk insert HTTP request. Its working fine when I send one request at a time. But Its failing when try to do more that one request concurrently. – Rahib Rasheed Jul 16 '21 at 08:00