Heroku: Announcing the Add-on Provider Program
blog.heroku.com
Heroku: Announcing the Add-on Provider Program
1–10 of 17 posts
Re: Heroku: Announcing the Add-on Provider Program
#2Credit goes to the guy who got stuck with the $1300 Heroku bill... he inspired this idea.
Re: Heroku: Announcing the Add-on Provider Program
#3Free idea here. Create an add-on that monitors your load and tells you when you've probably got too many workers and dynos. Credit goes to the guy who got stuck with the $1300 Heroku bill... he inspired this idea. link: http://news.ycombinator.com/item?id=1688904
Re: Heroku: Announcing the Add-on Provider Program
#4Re: Heroku: Announcing the Add-on Provider Program
#5Re: Heroku: Announcing the Add-on Provider Program
#6I'm waiting for the recursive add-on: Someone creates an add-on, hosts it on Heroku and then enables the add-on in the add-on app.
Re: Heroku: Announcing the Add-on Provider Program
#7I didn't see (from a quick reading of the docs) how developers get paid: via Heroku, or a direct charge to end users?
Re: Heroku: Announcing the Add-on Provider Program
#8Free idea here. Create an add-on that monitors your load and tells you when you've probably got too many workers and dynos. Credit goes to the guy who got stuck with the $1300 Heroku bill... he inspired this idea. link: http://news.ycombinator.com/item?id=1688904
you can check out the example here: http://github.com/pedro/delayed_job/tree/autoscaling
for worker, you might have to track the number of jobs in your queue. for dyno, you might have to track the number of requests you get within a time period.
Re: Heroku: Announcing the Add-on Provider Program
#9I'm waiting for the recursive add-on: Someone creates an add-on, hosts it on Heroku and then enables the add-on in the add-on app.
Re: Heroku: Announcing the Add-on Provider Program
#10Free idea here. Create an add-on that monitors your load and tells you when you've probably got too many workers and dynos. Credit goes to the guy who got stuck with the $1300 Heroku bill... he inspired this idea. link: http://news.ycombinator.com/item?id=1688904
That way there would be no need for further user intervention at all.