egg-cluster
Advanced tools
Comparing version 1.16.1 to 1.17.0
1.17.0 / 2018-06-06 | ||
================== | ||
**features** | ||
* [[`134bd4c`](http://github.com/eggjs/egg-cluster/commit/134bd4c15361018747f6bc6c13748a8e60fc8b62)] - feat: not start check in local (#71) (Axes <<whxaxes@qq.com>>) | ||
1.16.1 / 2018-05-16 | ||
@@ -3,0 +9,0 @@ =================== |
@@ -93,3 +93,5 @@ 'use strict'; | ||
// start check agent and worker status | ||
this.workerManager.startCheck(); | ||
if (this.isProduction) { | ||
this.workerManager.startCheck(); | ||
} | ||
}); | ||
@@ -96,0 +98,0 @@ |
{ | ||
"name": "egg-cluster", | ||
"version": "1.16.1", | ||
"version": "1.17.0", | ||
"description": "cluster manager for egg", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
43411
881