Heroku changes their free tier, it now allows 750 hours of free dyno time a month per an account. So you can run a Web & Worker dyno with a problem. Plus you can run cron jobs via Heroku Scheduler.
I've setup staging environments for a bunch of my clients & their bill for them is normally $0.00 :)
Heroku works great by it's free tier does not support cron jobs and background tasks from what I remember. Haven't tried the others.
Thanks Alex - yeah, I'm mostly concerned about the ongoing database and background task(s)!
Heroku changes their free tier, it now allows 750 hours of free dyno time a month per an account. So you can run a Web & Worker dyno with a problem. Plus you can run cron jobs via Heroku Scheduler.
I've setup staging environments for a bunch of my clients & their bill for them is normally $0.00 :)