mirror of
https://github.com/Unitech/pm2.git
synced 2026-02-01 16:57:09 +00:00
Update README.md
Improve formatting in the Load balancing section
This commit is contained in:
parent
8ab72d4405
commit
1d1d9fa2af
@ -89,7 +89,7 @@ $ pm2 flush # Clear all the logs
|
||||
|
||||
When an app is started with the -i <worker number> option, the **cluster** mode is enabled.
|
||||
|
||||
**Warning**: It's still a beta feature. If you want to use the embed cluster module or reload with 0s downtime, we recommend the use of node#0.12.0+ node#0.11.16+ or io.js#1.0.2+. We do not support node#0.10.* cluster module anymore!
|
||||
**Warning**: It's still a beta feature. If you want to use the embed cluster module or reload with 0s downtime, we recommend the use of `node#0.12.0+`, `node#0.11.16+` or `io.js#1.0.2+`. We do not support `node#0.10.*`'s cluster module anymore!
|
||||
|
||||
With the cluster mode, PM2 enables load balancing between each worker.
|
||||
Each HTTP/TCP/UDP request will be forwarded to one specific process at a time.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user