Run jsreport in cluster with PM2
-
Hi all, does anyone have an experince in or run jsrport in cluster mode in pm2 (CentOS).
Thanks
-
jsreport already runs the heavy tasks in a cluster in extra processes. There should be no need for a pm2 cluster.
The jsreport configuration looks like this
{ "templatingEngines": { "strategy": "http-server", "numberOfWorkers": 4 } }
-
I sincerely appreciate for your help