Merge pull request #56 from platform9/kubewatcher

Kubewatcher: trigger functions from Kubernetes Watch callbacks
This commit is contained in:
Soam Vasani
2016-12-20 14:30:32 -08:00
committed by GitHub
22 changed files with 1110 additions and 23 deletions
+1
View File
@@ -82,6 +82,7 @@ app.all('/', function (req, res) {
try {
userFunction(context, callback);
} catch(e) {
console.log(`Function error: ${e}`);
callback(500, "Internal server error")
}
});