📦 ClusterSpool
A Spool to extend Fabrix with Clustering worker threads
$ npm install --save @fabrix/spool-cluster// config/main.ts
import { ClusterSpool } from '@fabrix/spool-cluster'
export const main = {
spools: [
// ... other spools
ClusterSpool
]
}You can easily extend the cluster
// TODOUse spool-cluster to standardize Joi cluster
// TODO