herokuCreate a Background Worker on a Flask App on Heroku with Heroku SchedulerCreating a worker on Heroku is complex and here is the alternative that we've chosen at JobNinja. We use a Task table, Flask Script and Heroku Scheduler.
herokuDeploying a Blog on Heroku (Ghost + Heroku + Buildpack + NGINX)If you want to deploy a blog or another micro-site along with your Heroku Application, you can use NGINX buildpack. Here's how...