What's going wrong?
When i run the example app wait_ready, it's not working. The app start online immediately.
How could we reproduce this issue?
cd examples/wait-ready
pm2 start ecosystem.json
PM2 version: `2.4.6`
Node version: `7.10.0`
Windows? Mac? Linux?
MacOS Sierra 10.12.4
@vmarchaud
Hi, does cluster_mode support '--wait-ready' option ?
I find this pr: https://github.com/Unitech/pm2/pull/2472 , but the code is missing in the latest version.
@yuzhigang33 Don't know why the example doesn't work but i'm sure the code is on the latest version
from the code cluster_mode doesn't support wait-ready
https://github.com/Unitech/pm2/blob/master/lib/God.js#L194
@vmarchaud is there any reason why it is only implemented for fork mode?
Published under PM2 2.5
Most helpful comment
from the code cluster_mode doesn't support wait-ready
https://github.com/Unitech/pm2/blob/master/lib/God.js#L194
@vmarchaud is there any reason why it is only implemented for fork mode?