Resources for scheduling and running background jobs in Python apps.| devcenter.heroku.com
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.| devcenter.heroku.com
A Procfile is a list of process types in an app. Each process type declares a command that is executed when a dyno of that process type is started.| devcenter.heroku.com