meshblu-core-job-manager
Version:
Meshblu Core Job Manager
29 lines (18 loc) • 1.31 kB
Markdown
# meshblu-core-job-manager
Meshblu Core Job Manager
[](https://travis-ci.org/octoblu/meshblu-core-job-manager)
[](https://codecov.io/gh/octoblu/meshblu-core-job-manager)
[](https://david-dm.org/octoblu/meshblu-core-job-manager)
[](https://david-dm.org/octoblu/meshblu-core-job-manager#info=devDependencies)
[](http://community-slack.octoblu.com)
[](https://npmjs.org/package/meshblu-core-job-manager)
# 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
```