Add background workers to your Python application with RQ.| devcenter.heroku.com
Heroku uses a Unix-style process model for web, worker and all other types of commands.| devcenter.heroku.com
Each app on Heroku has a set of running dynos, its dyno formation, which can be scaled up or down instantly from the command line or dashboard.| devcenter.heroku.com
Schedule recurring or time-based jobs on Heroku with the Scheduler add-on or by implementing a custom clock process.| devcenter.heroku.com
Scheduler is a free Heroku add-on for running jobs on your app at scheduled time intervals, much like cron in a traditional server.| devcenter.heroku.com