How to communicate Web and Worker dynos with Node.js on Heroku?

As the high-level article on background jobs and queuing suggests, your web dynos will need to communicate with your worker dynos via an intermediate mechanism (often a queue). To accomplish what it sounds like you’re hoping to do follow this general approach: Web request is received by the web dyno Web dyno adds a job … Read more