GitPedia
darky

darky/bull-repl

Bull / BullMQ queue command line REPL

30 Releases
Latest: 3y ago
1.10.0LatestPre-release
darkydarky·3y ago·November 9, 2022
GitHub

New

  • `-f` flag for `connect`, which allow execute multiple commands from file #54
  • Ability to specify count of failed jobs for retrying #53

📦 Improve

  • `--exec` flag wrapping #52
0.29.0
darkydarky·3y ago·November 9, 2022
GitHub

New

  • `-f` flag for `connect`, which allow execute multiple commands from file #54
  • Ability to specify count of failed jobs for retrying #53

📦 Improve

  • `--exec` flag wrapping #52
1.9.0Pre-release
darkydarky·3y ago·August 17, 2022
GitHub

New

  • Extend `add` command with options #50 (thanks @dunice)
0.28.0
darkydarky·3y ago·August 17, 2022
GitHub

New

  • Extend `add` command with options #50 (thanks @dunice)
1.8.0Pre-release
darkydarky·4y ago·February 26, 2022
GitHub

New

  • Added `--exec` option for the `connect` command to be able to use commands like clean, stats, etc... #43 (thanks @Symbolic76)
  • Added `--yes` option for any command waiting for a prompt answer #43 (thanks @Symbolic76)

📦 Improve

  • update deps
0.27.0
darkydarky·4y ago·February 26, 2022
GitHub

New

  • Added `--url` option for the `connect` command (accepts both redis url and redis:sentinel url) #43 (thanks @Symbolic76)
  • Added `--exec` option for the `connect` command to be able to use commands like clean, stats, etc... #43 (thanks @Symbolic76)
  • Added `--yes` option for any command waiting for a prompt answer #43 (thanks @Symbolic76)

📦 Improve

  • update deps
1.7.0Pre-release
darkydarky·5y ago·July 19, 2020
GitHub

New

  • `events-on` - Turn on logging of queue events
  • `events-off` - Turn off logging of queue events
0.26.0
darkydarky·5y ago·July 19, 2020
GitHub

New

  • `events-on` - Turn on logging of queue events
  • `events-off` - Turn off logging of queue events
1.6.0Pre-release
darkydarky·5y ago·July 18, 2020
GitHub

💥 Breaking change

  • On fetch actions `--filter` option removed. Use `--query` instead

New

  • `--query` option for fetch jobs actions, which use power of [jq](https://stedolan.github.io/jq/manual/#Basicfilters) #30 (thanks @davestimpert)
0.25.0
darkydarky·5y ago·July 18, 2020
GitHub

💥 Breaking change

  • On fetch actions `--filter` option removed. Use `--query` instead

New

  • `--query` option for fetch jobs actions, which use power of [jq](https://stedolan.github.io/jq/manual/#Basicfilters) #30 (thanks @davestimpert)
1.5.0Pre-release
darkydarky·5y ago·June 28, 2020
GitHub

New

  • Add --uri redis connection string option

📦 Improve

  • Adds simple JSON examples in help output for `add` and `complete`
  • Output the exception message on JSON parse errors
  • Output count for array logging operations
  • Uppercase command description sentences to match vorpal output
  • Update bullmq, ioredis
0.24.0
darkydarky·5y ago·June 28, 2020
GitHub

📦 Improve

  • Adds simple JSON examples in help output for `add` and `complete`
  • Output the exception message on JSON parse errors
  • Output count for array logging operations
  • Uppercase command description sentences to match vorpal output
1.4.0Pre-release
darkydarky·6y ago·March 21, 2020
GitHub

New

  • ability to predefine startup command, when start bull-repl. For example: `bull-repl connect my-queue` (thanks @spitlo) #21
0.23.0
darkydarky·6y ago·March 21, 2020
GitHub

New

  • ability to predefine startup command, when start bull-repl. For example: `bull-repl connect my-queue` (thanks @spitlo) #21
0.22.1
darkydarky·6y ago·March 2, 2020
GitHub

🐛 Bug fix

  • hot fix not working `connect` (thanks @rhrn) #18
1.3.0Pre-release
darkydarky·6y ago·February 22, 2020
GitHub

💥 Breaking change

  • `connect --redis` removed due to explicit options: `--host`, `--port`, `--db`, `--password`
  • `-p` alias on `connect` command is `--port` now and not `--prefix` like before
  • `-ta` alias (`--timeAgo`) now is `-t`, `-ta` never works
  • saved connections before won't work, need to resave it

New

  • `connect --cert` support for TLS connection
1.2.0Pre-release
darkydarky·6y ago·February 22, 2020
GitHub

💥 Breaking change

  • job field `time` renamed to `timestamp`

New

  • job fields added: `processedOn`, `finishedOn` #17 (thanks @dubiousdavid)

📦 Improve

  • ask about `clean` after options validation #16 (thanks @Ginden )
0.22.0
darkydarky·6y ago·February 22, 2020
GitHub

💥 Breaking change

  • `connect --redis` removed due to explicit options: `--host`, `--port`, `--db`, `--password`
  • `-p` alias on `connect` command is `--port` now and not `--prefix` like before
  • `-ta` alias (`--timeAgo`) now is `-t`, `-ta` never works
  • saved connections before won't work, need to resave it

New

  • `connect --cert` support for TLS connection
0.21.0
darkydarky·6y ago·February 22, 2020
GitHub

💥 Breaking change

  • job field `time` renamed to `timestamp`

New

  • job fields added: `processedOn`, `finishedOn` #17 (thanks @dubiousdavid)

📦 Improve

  • ask about `clean` after options validation #16 (thanks @Ginden )
1.1.1Pre-release
darkydarky·6y ago·February 20, 2020
GitHub

🐛 Bug fix

  • fix problem with port forwarding #14 (thanks @jamesholcomb)
1.1.0Pre-release
darkydarky·6y ago·January 21, 2020
GitHub

💥 Breaking change

  • `active`, `waiting`, `completed`, `failed`, `delayed` by default show only first 100 jobs #12
  • `retry-failed` retry only first 100 failed jobs (fix memory consumption) #12

New

  • `active`, `waiting`, `completed`, `failed`, `delayed` can accept `--start`, `--end` options for job pagination #12 (thanks @Ginden)
0.20.0
darkydarky·6y ago·January 21, 2020
GitHub

💥 Breaking change

  • `active`, `waiting`, `completed`, `failed`, `delayed` by default show only first 100 jobs #12
  • `retry-failed` retry only first 100 failed jobs (fix memory consumption) #12

New

  • `active`, `waiting`, `completed`, `failed`, `delayed` can accept `--start`, `--end` options for job pagination #12 (thanks @Ginden)
1.0.1Pre-release
darkydarky·6y ago·January 18, 2020
GitHub

🐛 Bug fix

  • fix add job `time`
1.0.0Pre-release
darkydarky·6y ago·January 5, 2020
GitHub

💥 Breaking change

  • BullMQ support in 1.x.x. For Bull v3 compatibility need use 0.x.x version
0.19.0
darkydarky·6y ago·January 4, 2020
GitHub

New

  • `connect-save`, `connect-to`, `connect-list`, `connect-rm` commands
0.18.0
darkydarky·6y ago·October 11, 2019
GitHub

New

  • `retry-failed` command for retry all failed jobs in the queue (thanks @Niklv) #9

🐛 Bug fix

  • error message occurred about some wrong action in unconnected state
0.17.3
darkydarky·6y ago·October 10, 2019
GitHub

📦 Improve

  • more info about `-r` flag on `connect` command
  • doc about command help
0.17.2
darkydarky·6y ago·October 8, 2019
GitHub

📦 Improve

  • `connect` command compatible with redis url (thanks @michaeldfallen) #8
0.17.1
darkydarky·6y ago·October 1, 2019
GitHub

New

  • `pause` command, that pause queue
  • `resume` command, that resume queue from paused state

📦 Improve

  • `stats` command show *paused* count
0.16.2
darkydarky·6y ago·October 1, 2019
GitHub

📦 Improve

  • catch bull errors and appear it in yellow color, like all errors in bull-repl