Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Bull / BullMQ queue command line REPL.
You can try bull-repl with upcoming BullMQ via npm install bull-repl@next
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 groups
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 pause current queue
resume resume current queue from pause
get <jobId...> get job
add [options] <data> add job to queue
rm <jobId...> remove job
retry <jobId...> retry job
retry-failed retry first 100 failed jobs
promote <jobId...> promote job
fail <jobId> <reason> fail job
complete <jobId> <data> complete job
clean [options] <period> Clean queue for period ago, period format - ms
(https://github.com/zeit/ms#examples)
logs [options] <jobId> get logs of job
log <jobId> <data> add log to job
You can see help on each command, for example: connect --help
FAQs
Bull / BullMQ queue command line REPL
The npm package bull-repl receives a total of 5,051 weekly downloads. As such, bull-repl popularity was classified as popular.
We found that bull-repl demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.