Skip to content

Commit

Permalink
fix for b133195226
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed May 21, 2019
1 parent 64d10ed commit 8eddec4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions cli/lib/reload-cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ var ReloadCluster = (file, opt) => {
*/
self.reload = function (cb) {
if (!cluster.isMaster) return;
//clear the cache before terminating the process
cache.clear(function(){});
respawnerTimers.clear();

function allReady(cb) {
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edgemicro",
"version": "2.5.35",
"version": "2.5.36",
"description": "Apigee Edge Microgateway",
"main": "index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 8eddec4

Please sign in to comment.