Manuel Astudillo

Results 933 comments of Manuel Astudillo

@moltar thanks for your comment. Basically my idea is that the progress function needs a "cancel/abort" mechanism, similar to some Promise implementations. The main difference would be that the cancellation...

Yes, I do not think we should use the cancel functionality of bluebird, but gain inspiration from it. For instance, it is convenient to cancel asynchronously. For instance we could...

@houmark sponsoring is always a good incitament :). Currently this feature does not seem to be required by so many users, therefore it has not been prioritised.

Maybe it would be easier if you explained what are you trying to achieve, and then we can give you tips on how to implement it properly (if possible) with...

Please see my answers below. > * a set of jobs run on an interval, say daily > * run as soon as I add them to the queue >...

sorry for late response. Is it possible for you to isolate the problem in just one queue, or does this only happen when using several queues and sharing a redis...

It should be possible to reuse connections, and I do not understand why that would trigger this issue. I will mark it as a bug and see if I can...

sorry, I hadn't time to dig into this issue. Reusing redis connections should not be a problem, so we are doing something wrong somewhere :/

Let me know if it works by using separare redis connections, in that case I can focus on the multi-redis connection case, see how and why it does not work....