UNPKG

cluster-service

Version:

Turns your single process code into a fault-resilient multi-process service with built-in REST & CLI support

6 lines (4 loc) 93 B
module.exports = function(evt, cb) { cb(null, true); }; module.exports.id = "customName";