nodeca / idoit

Redis-backed task queue engine with advanced task control and eventual consistency
MIT License
75 stars 9 forks source link

Improve canceled children event suppress #3

Open puzrin opened 7 years ago

puzrin commented 7 years ago

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.