bull-repl icon indicating copy to clipboard operation
bull-repl copied to clipboard

Extend options for "add" command

Open edu791 opened this issue 3 years ago • 3 comments

edu791 avatar Dec 16 '20 15:12 edu791

Now exists only one option name Example: add --name test '{"x": 1}'

darky avatar Dec 16 '20 15:12 darky

@darky Is it possible to pass the job ID and the number of retries?

edu791 avatar Dec 16 '20 17:12 edu791

Possible, feel free to add PR. It's not hard, API of bull very simple https://github.com/OptimalBits/bull/blob/develop/REFERENCE.md#queueadd

darky avatar Dec 16 '20 17:12 darky

Done via https://github.com/darky/bull-repl/pull/50

darky avatar Aug 17 '22 17:08 darky