bullmq

v1.80.0
Queue for messages and jobs based on Redis
bull bullmq queues jobs redis

cm

git cz

tsc

tsc

docs

(api-extractor run || true) && api-documenter markdown -i ./temp -o docs/gitbook/api

lint

eslint . --ignore-path ./.eslintignore

test

ts-mocha -p tsconfig-cjs.json --config ./.mocharc.js

build

npm-run-all tsc:all copy:lua copy:includes:lua clean:temp:files

dc:up

docker-compose -f docker-compose.yml up -d

dc:down

docker-compose -f docker-compose.yml down

dry-run

npm publish --dry-run

prepare

yarn build

tsc:all

tsc && tsc -p tsconfig-cjs.json

copy:lua

copyfiles -f ./src/commands/*.lua ./dist/cjs/commands && copyfiles -f ./src/commands/*.lua ./dist/esm/commands

coverage

nyc --reporter=text npm run test

prettier

prettier --config package.json src/**/*.ts

coveralls

nyc report --reporter=text-lcov | coveralls

eslint:fix

eslint . --ignore-path ./.eslintignore --fix

test:watch

ts-mocha -p tsconfig-cjs.json --paths 'tests/test_*.ts' -w --watch-extensions ts

lint:staged

lint-staged

pretty:quick

pretty-quick --ignore-path ./.eslintignore --staged

clean:temp:files

rimraf dist/cjs/bullmq.d.ts dist/esm/bullmq.d.ts dist/tsdoc-metadata.json

semantic-release

semantic-release

copy:includes:lua

copyfiles -f ./src/commands/includes/*.lua ./dist/cjs/commands/includes && copyfiles -f ./src/commands/includes/*.lua ./dist/esm/commands/includes

semantic-release-prepare

ts-node tools/semantic-release-prepare

Metadata

  • MIT
  • Whatever
  • Taskforce.sh Inc.
  • released 4/12/2022

Downloads

Maintainers