primary worker support, and added notif pruning to primary worker jobs

This commit is contained in:
Julian Lam
2014-09-05 13:44:56 -04:00
parent 2efb816da3
commit 7255ce3dbe
3 changed files with 21 additions and 6 deletions

View File

@@ -56,6 +56,6 @@ module.exports = function(app, middleware, controllers) {
});
router.get('/test', function(req, res) {
res.redirect(404);
process.exit(0);
});
};