Skip to content

Latest commit

 

History

History
executable file
·
61 lines (47 loc) · 1.85 KB

README.md

File metadata and controls

executable file
·
61 lines (47 loc) · 1.85 KB

spool-cluster

Gitter NPM version Build Status Test Coverage Dependency Status Follow @FabrixApp on Twitter

Conventional Commits

📦 ClusterSpool

A Spool to extend Fabrix with Clustering worker threads

Install

$ npm install --save @fabrix/spool-cluster

Configure

// config/main.ts
import { ClusterSpool } from '@fabrix/spool-cluster'
export const main = {
  spools: [
    // ... other spools
    ClusterSpool
  ]
}

Configuration

You can easily extend the cluster

// TODO

Usage

Use spool-cluster to standardize Joi cluster

// TODO