0

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?

Rahib Rasheed
  • 317
  • 1
  • 10
  • 1
    Need 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

0 Answers0