I use pm2 to deploy my meteor + vulcanjs + graphql + apollo app. Until now, I can deploy in cluster_mode but since I upgrade to meteor 1.6.1 and graphql 2.0 with required that a fragment's name must be unique within a document. The deployment using cluster_mode gave error but the deployment mode using fork_mode is working.
PM2 latest and node 8.9.3 are installed on my server.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi,
I use pm2 to deploy my meteor + vulcanjs + graphql + apollo app. Until now, I can deploy in cluster_mode but since I upgrade to meteor 1.6.1 and graphql 2.0 with required that a fragment's name must be unique within a document. The deployment using cluster_mode gave error but the deployment mode using fork_mode is working.
PM2 latest and node 8.9.3 are installed on my server.
Any suggestion how to fix this issue ?
Thank You Adalidda