Worker Dynos, Background Jobs and Queueing | Heroku Dev Center
Worker Dynos, Background Jobs and Queueing | Heroku Dev Center
URL: https://devcenter.heroku.com/articles/background-jobs-queueing
Type: article
Domain: devcenter.heroku.com
Excerpt: Queueing is the key to building scalable web apps. Move the heavy lifting away from your web processes - rather put items on a queue for a background process.