meshblu-core-job-manager

Meshblu Core Job Manager


Keywords
meshblu
License
MIT
Install
npm install meshblu-core-job-manager@11.2.2

Documentation

meshblu-core-job-manager

Meshblu Core Job Manager

Build Status Test Coverage Dependency status devDependency Status Slack Status

NPM

Force logging of particular UUIDs

Add the uuid to the redis set specified in overrideKey. (defaults to override-uuids)

redis-cli SADD meshblu:override-uuids b3ad254f-0ef1-401b-9c1b-22c429a60208

Change maxQueueLength

Set 'request:max-queue-length' to an integer value. If unset, queue length is unlimited

redis-cli SET meshblu:request:max-queue-length 1000