Heroku uses a Unix-style process model for web, worker and all other types of commands.| devcenter.heroku.com
Heroku calculates billing based on wall-clock usage.| 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
Use one-off dynos to execute administrative or maintenance tasks for the app. They can be executed using the `heroku run` command.| devcenter.heroku.com
Run scheduled tasks every 10 minutes, every hour, or every day.| elements.heroku.com
Articles on frontend development and more.| bitsofcode
I’ve been operating Sillypaste (source code) - a simple Django pastebin created for dogfooding. In this post I hope to capture some of the painpoints of working with Django, Python, Heroku, and the migration to fly.io. Ever since Heroku sold its soul to SalesForce its been on the decline. Customer service is worse than ever, giving wonderful canned responses to most questions. It used to be free to host Sillypaste on heroku, now is a $17/mo ordeal.| Winny's Blog
The Eco dynos plan provides 1000 dyno hours for $5 per month. This article describes how this dyno hours pool works.| devcenter.heroku.com