Nodejs Background job strategy

240 Views Asked by At

I have already implemented kue to handle background jobs, in my application, I have a huge amount of background processes that cause the server crash, Now I want to find a better solution or alter way for this. One way I think is to have a separate process (application) for processing queue. Any solution you guys suggest?

0

There are 0 best solutions below