meshblu-core-job-manager

Meshblu Core Job Manager

Usage no npm install needed!

<script type="module">
  import meshbluCoreJobManager from 'https://cdn.skypack.dev/meshblu-core-job-manager';
</script>

README

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