Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
carpenterd-worker
Advanced tools
The carpenterd
worker process for executing builds.
npm install carpenterd-worker --save
const carpenterd = require('carpenterd-worker');
const app = new Map();
// Select the directory that contains a `config` directory so that `slay-config`
// works appropriately
app.rootDir = require('path').join(__dirname);
carpenterd(app)
.start(carpenterd.worker);
carpenterd-worker
is responsible for receiving job messages from carpenterd
, fetching the fully built npm
tarball from a place like amazon s3, execute thewebpack
/browserify
/babel
build using workers-factory
.
nsq
for job distribution to all the workers in given cluster.carpenterd
.cassandra
cluster that is storing the warehouse.ai
system data.See the example config config.example.json
in this repo.
notes
nsq
config option is for a fork of nsq.js
that has kubernetes support but otherwise has the same options.assets.prefix
in the config is the bucket name for where the public CDN assets are uploaded.http
is the http port the healhcheck listens onnpm-tars
the npm tarball bucket to fetch fromdatastar
the configuration for cassandra that gets passed directly to datastar
.FAQs
Receives and runs builds received from nsqd
The npm package carpenterd-worker receives a total of 14 weekly downloads. As such, carpenterd-worker popularity was classified as not popular.
We found that carpenterd-worker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 16 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.