idoit icon indicating copy to clipboard operation
idoit copied to clipboard

Redis-backed task queue engine with advanced task control and eventual consistency

Results 2 idoit issues
Sort by recently updated
recently updated
newest added

https://github.com/nodeca/idoit/blob/1.1.1/lib/queue.js#L664 State check is not eventually consistent. That's not critical but it worth to improve.

- [ ] tests coverage - [ ] ? check children dupes on task add - [ ] ? option to report dupes as errors (with good names). `.run({ reportDupes:...