Hello so, I’m trying to add a bulk number of documents using a server api call, however whenever i run it for a certain doctype i get a 504 gateway timeout. I have reason to believe that its because the validate method on the document is taking time to execute. it there anyway to jump the validation step when i create a new doc. Thanks
Depending on the number of lines in your json import, the method above could be very computationally intensive. For (potentially) large batch jobs like this, it’s usually better to use background jobs/enqueue: