Gathering detailed insights and metrics for bull-repl
Gathering detailed insights and metrics for bull-repl
Gathering detailed insights and metrics for bull-repl
Gathering detailed insights and metrics for bull-repl
npm install bull-repl
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
230 Stars
249 Commits
21 Forks
4 Watching
2 Branches
12 Contributors
Updated on 16 Nov 2024
TypeScript (100%)
Cumulative downloads
Total Downloads
Last day
-30.6%
936
Compared to previous day
Last week
-27.3%
4,961
Compared to previous week
Last month
20.3%
28,151
Compared to previous month
Last year
11.5%
281,312
Compared to previous year
6
6
Bull / BullMQ queue command line REPL.
bull-repl@latest
(0.x.x)bull-repl@next
(1.x.x)npm install bull-repl -g
bull-repl
help
Commands:
help [command...] Provides help for a given command.
exit Exits application.
connect [options] <queue> Connect to bull queue
connect-list List of saved connections
connect-rm <name> Remove saved connection
connect-save <name> Save current connection
connect-to <name> Connect to saved connection
stats Count of jobs by type
active [options] Fetch active jobs
waiting [options] Fetch waiting jobs
completed [options] Fetch completed jobs
failed [options] Fetch failed jobs
delayed [options] Fetch delayed jobs
pause [options] Pause current queue
resume [options] Resume current queue from pause
get <jobId...> Get job
add [options] <data> Add job to queue e.g. add '{"x": 1}'
rm [options] <jobId...> Remove job
retry [options] <jobId...> Retry job
retry-failed [options] Retry first 100 failed jobs
promote [options] <jobId...> Promote job
fail [options] <jobId> <reason> Move job to failed
complete [options] <jobId> <data> Move job to completed e.g. complete 1 '{"x": 1}'
clean [options] <period> Clean queue for period ago, period format - https://github.com/zeit/ms#examples
logs [options] <jobId> Get logs of job
log <jobId> <data> Add log to job
events-on Turn on logging of queue events
events-off Turn off logging of queue events
connect --help
Usage: connect [options] <queue>
Connect to bull queue
Options:
--help output usage information
--prefix <prefix> Prefix to use for all queue jobs
-h, --host <host> Redis host for connection
-p, --port <port> Redis port for connection
-d, --db <db> Redis db for connection
--password <password> Redis password for connection
-c, --cert <cert> Absolute path to pem certificate if TLS used
-u, --url <url> Redis sentinel format URL
-e, --exec <exec> Exec command
active --help
Usage: active [options]
Fetch active jobs
Options:
--help output usage information
-q, --query <query> Query jobs via jq - https://stedolan.github.io/jq/manual/#Basicfilters. Notice, that bull data in root key e.g '[.root[] | select(.progress > 70)]'
-t, --timeAgo <timeAgo> Get jobs since time ago via https://github.com/zeit/ms#examples
-s, --start <start> Start index (pagination)
-e, --end <end> End index (pagination)
connect --help
bull-repl connect my-queue
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
1 existing vulnerabilities detected
Details
Reason
Found 5/15 approved changesets -- score normalized to 3
Reason
1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More