DEV Community

Discussion on: Processing CPU-intensive Jobs in NodeJS

Collapse
 
klvenky profile image
Venkatesh KL

Definitely, we can use it with an approach where the input file is attached & data pushed to a PubSub or a messaging queue then we can push the job to a different system altogether.
But that really depends on the specific use case though.

Collapse
 
sw360cab profile image
Sergio Matone

I do achieved the same result using Pub/Sub. Specifically backed by Redis and Bull Queue -> check this out github.com/OptimalBits/bull