node-export-server icon indicating copy to clipboard operation
node-export-server copied to clipboard

Export server run issue for multiple request

Open PRABHASITHREDDY opened this issue 6 months ago • 2 comments

Iam running my export server using "highcharts-export-server --enableServer 1 --host localhost --port 3012 --enableServer 1 --minWorkers 4 --maxWorkers 20"

this is working fine when i send 1 request a time but if i send more than 5 requests at a time iam facing errors like

Wed Aug 07 2024 22:06:08 GMT+0530 [error] - [export] Work: 7ac0c690b1554c75adc39d608f565ce3 could not be completed, sending: In pool.postWork: [pool] Error when acquiring available entry: Error: operation timed out for an unknown reason.

Wed Aug 07 2024 22:06:30 GMT+0530 [error] - [export] Work: 6f1192a9522b4b71b627341c7f163bc1 could not be completed, sending: In pool.postWork: Error trying to perform puppeteer export: Error: Requesting main frame too early!.

Can Anyone help me with solving the issue

PRABHASITHREDDY avatar Aug 07 '24 16:08 PRABHASITHREDDY