cubejs / cluster2

A node.js (>= 0.8.x) compatible multi-process management module
Other
48 stars 17 forks source link

Modified the order between configure monitor app and checking the ports #61

Closed zhuchenwang closed 10 years ago

zhuchenwang commented 10 years ago

The promise of configuring monitor app might be resolved while the checking ports is still running. Then master tend to start listening to the given port but it is possible that the port is under checking. I thought this is the cause for the CI failure. I also decreased number of workers and read/write times for the cache performance test because the CI machine is not that powerful and it will easily timeout for the high load.