bull-repl
bull-repl copied to clipboard
Extend options for "add" command
Now exists only one option name
Example: add --name test '{"x": 1}'
@darky Is it possible to pass the job ID and the number of retries?
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
Done via https://github.com/darky/bull-repl/pull/50