Multiple tasks for one worker. #151
Unanswered
Alexey6486
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@Alexey6486 This sounds a bit like a generic Promise question – but you could e.g. use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
Is there a way to add several tasks in one worker pool without using Promise.all? For instance, if we make multiple http requests and one of them is rejected then we loose all tasks in pool (finished and unfinished).
Beta Was this translation helpful? Give feedback.
All reactions