Hello everyone
My company has been using JS report SaaS solution for many reports and its been working fine
But now there is a report type that can be long for some customers, and I am getting this issue:
(because) timeout when communicating with worker
Error: Timeout when communicating with worker
at /usr/src/app/node_modules/@jsreport/jsreport-docker-workers/lib/sendToWorker.js:161:17
at async execute (/usr/src/app/node_modules/@jsreport/jsreport-docker-workers/lib/allocate.js:117:18)
at async Object.execute (/usr/src/app/lib/main/dockerWorker.js:39:26)
at async MainReporter.executeWorkerAction (/usr/src/app/node_modules/@jsreport/jsreport-core/lib/main/reporter.js:576:22)
at async MainReporter.render (/usr/src/app/node_modules/@jsreport/jsreport-core/lib/main/reporter.js:472:30)
I can't find anywhere how to put a higher timeout for the SaaS solution, can please someone point me the direction?
I read something about printing triggers
but can't implement it on SaaS either, is there a way?
FIY, this report is working for some customers, it just fails for large data customers
Thanks!