orkid-node icon indicating copy to clipboard operation
orkid-node copied to clipboard

Reliable and modern Redis Streams based task queue for Node.js 🤖

Results 37 orkid-node issues
Sort by recently updated
recently updated
newest added

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2. Changelog Sourced from yargs-parser's changelog. 15.0.0 (2019-10-07) Features rework collect-unknown-options into unknown-options-as-args, providing more comprehensive functionality (ef771ca) BREAKING CHANGES rework collect-unknown-options into unknown-options-as-args, providing...

dependencies

Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.1 to 1.2.2. Commits cb47838 1.2.2 deee138 fix: handle sanitising better, add tests ff73dbf fix: sanitise pid parameter (#31) 3b5b8fe update Changelog See full diff in compare...

dependencies

Please document whether delayed execution is supported. Also related: Are backoffs on retry supported?

Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.2 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

Just found your library and perused the code - its exactly what I was looking for. One thing I didn't see was the ability to control how many consumers can...

May be easier to pass in an already created `IORedis.Redis` or `IORedis.Cluster` object, rather than `RedisOptions`. That way the user of the library gets more control.

Add a feature to take action on the dead jobs. Action can be taken against both single or list of jobs. Possible actions are - Retry job - Delete job

enhancement

**Filtering and searching** the dead jobs by regex or glob pattern would be very useful. Would be amazing if dead jobs can be grouped by `error-types`.

enhancement

Move to dead list if the task is pending for more than maxReservationTime. maxReservationTime will be set from consumers.

enhancement