reactphp-mq
reactphp-mq copied to clipboard
Continue if promise failed
At the moment there is no way to continue processing queue in case of one of promises fail.
all - method cancels the remaining queued promises if one of promises fails
any - returns the very first resolved promises and cancels remaining.
How to run the queue so that even if one of promises fails - do not cancel remaining one, but continue with resolution?