What is a good Sidekiq-like job system for node.js?
问题 (Most of the questions asked here about this subject are a bit old, and I was wondering what had change in the Node ecosystem it all those years.) I'm basically looking to implement a job queue in an app of mine in node.js. I've heard about and seen Sidekiq in action in the Ruby world and how great of a job it does, and was wondering if something similar existed in node. Workers will be written in Javascript so it doesn't have to be polyglot (it's great if it is, but definitely not a