Unitech / pm2

Node.js Production Process Manager with a built-in Load Balancer.
https://pm2.keymetrics.io/docs/usage/quick-start/
Other
41.54k stars 2.62k forks source link

PM2 cluster_mode not working with graphql fragment name unique #3450

Closed adalidda closed 4 years ago

adalidda commented 6 years ago

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

stale[bot] commented 4 years ago

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.