简体   繁体   中英

Run queue groups in the bull queue

I'm developing an application in nodejs, which manages queues in the bull, and it needs to make several HTTP requests asynchronously and then I need to get the result of these calls and perform a processing. Keep asking me if the bull could be useful for this task, how it can process several jobs and get the result of all to perform the processing.

You can set concurrent in defining process. Have a look here https://github.com/OptimalBits/bull#separate-processes

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM