jay-depot/turnpike

View on GitHub
lib/internal/processWrangler.js

Summary

Maintainability
A
1 hr
Test Coverage

Function processWrangler has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function processWrangler(minProcs, maxSpares, respawnDelay, cb) {
  var crashing = false;
  minProcs = minProcs || require('os').cpus().length;
  maxSpares = maxSpares || Math.ceil(minProcs /  2); //Still not
  respawnDelay = respawnDelay || 1000;
Severity: Minor
Found in lib/internal/processWrangler.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status